From 36ad1ce2d28547ea1fe1a40c4255e575c11d08e8 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 5 Mar 2025 17:14:44 +0800 Subject: [PATCH] init --- src/views/Aspiration/Aspiration.vue | 965 +++++++------- .../Aspiration/components/AddAspiration.vue | 337 ++--- .../Aspiration/components/ShowAspiration.vue | 219 ++-- src/views/Batch/Batch.vue | 829 ++++++------ src/views/Batch/components/AddBatch.vue | 221 ++-- src/views/Batch/components/ShowBatch.vue | 163 +-- src/views/BatchSub/BatchSub.vue | 899 ++++++------- src/views/BatchSub/components/AddBatchSub.vue | 305 +++-- .../BatchSub/components/ShowBatchSub.vue | 209 +-- .../IndependentRecruitment.vue | 1139 +++++++++-------- .../components/AddIndependentRecruitment.vue | 510 +++++--- .../components/ShowIndependentRecruitment.vue | 315 ++--- .../MiddleSchoolIndicator.vue | 60 +- .../components/AddMiddleSchoolIndicator.vue | 26 +- .../components/ShowMiddleSchoolIndicator.vue | 19 +- 15 files changed, 3352 insertions(+), 2864 deletions(-) diff --git a/src/views/Aspiration/Aspiration.vue b/src/views/Aspiration/Aspiration.vue index 5a06908..293a2eb 100644 --- a/src/views/Aspiration/Aspiration.vue +++ b/src/views/Aspiration/Aspiration.vue @@ -1,540 +1,567 @@ - - - - - - - - - - - 新增 - 搜索 - - - + + + + + + + + + + 新增 + 搜索 + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - 取消 - - - 查看 - 编辑 - 删除 - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + 取消 + + + 查看 + 编辑 + 删除 + + + + + + { select.page_size = e; select.page = 1; getList(); } " - @current-change=" + @current-change=" (e) => { select.page = e; getList(); } " - /> - - - - - - - + /> + + + + + diff --git a/src/views/Aspiration/components/AddAspiration.vue b/src/views/Aspiration/components/AddAspiration.vue index c15839f..5c72f17 100644 --- a/src/views/Aspiration/components/AddAspiration.vue +++ b/src/views/Aspiration/components/AddAspiration.vue @@ -1,83 +1,144 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/Batch/Batch.vue b/src/views/Batch/Batch.vue index e5b56dd..ca48e48 100644 --- a/src/views/Batch/Batch.vue +++ b/src/views/Batch/Batch.vue @@ -1,467 +1,496 @@ - - - - - - - - - - - 新增 - 搜索 - - - + + + + + + + + + + 新增 + 搜索 + + + - - - - - - - - - - - - - - - - - - - - - - - 保存 - 取消 - - - 查看 - 编辑 - 删除 - - - - + :align="allAlign" + :data="tableData" + > + + + + + + + + + + + + + 保存 + 取消 + + + 查看 + 编辑 + 删除 + + + + - - { select.page_size = e; select.page = 1; getList(); } " - @current-change=" + @current-change=" (e) => { select.page = e; getList(); } " - /> - - + /> + - - - - + + + diff --git a/src/views/Batch/components/AddBatch.vue b/src/views/Batch/components/AddBatch.vue index 1e06c66..e86f286 100644 --- a/src/views/Batch/components/AddBatch.vue +++ b/src/views/Batch/components/AddBatch.vue @@ -1,65 +1,94 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + + + + + + + diff --git a/src/views/BatchSub/BatchSub.vue b/src/views/BatchSub/BatchSub.vue index d99aa81..51fed46 100644 --- a/src/views/BatchSub/BatchSub.vue +++ b/src/views/BatchSub/BatchSub.vue @@ -1,502 +1,539 @@ - - - - - - - - - - - 新增 - 搜索 - - - + + + + + + + + + + 新增 + 搜索 + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - 取消 - - - 查看 - 编辑 - 删除 - - - - + :align="allAlign" + :data="tableData" + > + + + + + + + + + + + + - - + + + 保存 + 取消 + + + 查看 + 编辑 + 删除 + + + + + + { select.page_size = e; select.page = 1; getList(); } " - @current-change=" + @current-change=" (e) => { select.page = e; getList(); } " - /> - - + /> + - - - - + + + diff --git a/src/views/BatchSub/components/AddBatchSub.vue b/src/views/BatchSub/components/AddBatchSub.vue index 3a359f5..fd4740c 100644 --- a/src/views/BatchSub/components/AddBatchSub.vue +++ b/src/views/BatchSub/components/AddBatchSub.vue @@ -1,77 +1,140 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/IndependentRecruitment/IndependentRecruitment.vue b/src/views/IndependentRecruitment/IndependentRecruitment.vue index 6893eca..74ce70e 100644 --- a/src/views/IndependentRecruitment/IndependentRecruitment.vue +++ b/src/views/IndependentRecruitment/IndependentRecruitment.vue @@ -1,631 +1,650 @@ - - - - - - - - - - - 新增 - 搜索 - - - + + + + + + + + + + 新增 + 搜索 + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - 取消 - - - 查看 - 编辑 - 删除 - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + 取消 + + + 查看 + 编辑 + 删除 + + + + + + { select.page_size = e; select.page = 1; getList(); } " - @current-change=" + @current-change=" (e) => { select.page = e; getList(); } " - /> - - - - - - - + /> + + + + + diff --git a/src/views/IndependentRecruitment/components/AddIndependentRecruitment.vue b/src/views/IndependentRecruitment/components/AddIndependentRecruitment.vue index 094f0a6..94a040a 100644 --- a/src/views/IndependentRecruitment/components/AddIndependentRecruitment.vue +++ b/src/views/IndependentRecruitment/components/AddIndependentRecruitment.vue @@ -1,113 +1,221 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/MiddleSchoolIndicator/MiddleSchoolIndicator.vue b/src/views/MiddleSchoolIndicator/MiddleSchoolIndicator.vue index 9d093ea..6f94970 100644 --- a/src/views/MiddleSchoolIndicator/MiddleSchoolIndicator.vue +++ b/src/views/MiddleSchoolIndicator/MiddleSchoolIndicator.vue @@ -23,14 +23,21 @@ >新增 - + 搜索搜索 @@ -82,7 +89,7 @@ autoClear: false, }" :expand-config="{ - padding: true + padding: true, }" :align="allAlign" :data="tableData" @@ -95,13 +102,25 @@ stripe :height="500" :data="row['details']" - :column-config="{ resizable: true }"> + :column-config="{ resizable: true }" + > - + - + - + - + 删除 @@ -150,7 +180,13 @@ :edit-render="{}" > - + @@ -288,9 +324,9 @@ export default { page_size: 20, keyword: "", show_relation: ["details"], - 'filter[0][key]': 'year', - 'filter[0][op]': 'eq', - 'filter[0][value]': '', + "filter[0][key]": "year", + "filter[0][op]": "eq", + "filter[0][value]": "", }, total: 0, allAlign: null, diff --git a/src/views/MiddleSchoolIndicator/components/AddMiddleSchoolIndicator.vue b/src/views/MiddleSchoolIndicator/components/AddMiddleSchoolIndicator.vue index b5066ca..2990d64 100644 --- a/src/views/MiddleSchoolIndicator/components/AddMiddleSchoolIndicator.vue +++ b/src/views/MiddleSchoolIndicator/components/AddMiddleSchoolIndicator.vue @@ -63,13 +63,23 @@ stripe :height="500" :data="form['details']" - :column-config="{ resizable: true }"> + :column-config="{ resizable: true }" + > - + - + - + 删除删除 - diff --git a/src/views/MiddleSchoolIndicator/components/ShowMiddleSchoolIndicator.vue b/src/views/MiddleSchoolIndicator/components/ShowMiddleSchoolIndicator.vue index e79f204..fcf21b1 100644 --- a/src/views/MiddleSchoolIndicator/components/ShowMiddleSchoolIndicator.vue +++ b/src/views/MiddleSchoolIndicator/components/ShowMiddleSchoolIndicator.vue @@ -43,10 +43,21 @@ stripe :height="500" :data="form['details']" - :column-config="{ resizable: true }"> + :column-config="{ resizable: true }" + > - - + + @@ -97,7 +108,7 @@ export default { try { const detail = await show({ id, - show_relation: ["details"] + show_relation: ["details"], }); for (let key in this.form) { if (detail.hasOwnProperty(key)) {