From 8646ce65c97107484dbc8aefe688dfc0cb73a705 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 11 Jan 2024 17:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85/=E6=89=B9=E9=87=8F=E6=8C=82?= =?UTF-8?q?=E6=8E=A5/=E4=B8=8A=E4=BC=A0=E7=9B=AE=E5=BD=95/=E5=BD=92?= =?UTF-8?q?=E6=A1=A3/=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../batchConnection/module/form.vue | 134 +++++++++++++----- .../collectionLibrary/anjuan/content.vue | 5 +- .../collectionLibrary/anjuan/tableList.vue | 40 ++++-- .../collectionLibrary/index.vue | 9 +- .../collectionLibrary/juannei/index.vue | 31 +++- .../collectionLibrary/mixins/index.js | 5 + .../module/archivesFilling/index.vue | 10 +- .../module/archivesInfo/index.vue | 8 +- .../module/collectHeader.vue | 114 ++++++++++++++- .../module/fourTestInfo/index.vue | 2 +- .../module/handleInfo/index.vue | 2 +- .../module/uploadFile/index.vue | 6 +- .../module/uploadOriginal/index.vue | 4 +- .../collectionLibrary/project/index.vue | 10 +- .../externalReception/index.vue | 20 ++- .../components/archivesListModule/index.vue | 82 +---------- 16 files changed, 318 insertions(+), 164 deletions(-) diff --git a/src/views/collectReorganizi/batchConnection/module/form.vue b/src/views/collectReorganizi/batchConnection/module/form.vue index 18cdb24..850cacc 100644 --- a/src/views/collectReorganizi/batchConnection/module/form.vue +++ b/src/views/collectReorganizi/batchConnection/module/form.vue @@ -1,9 +1,9 @@ @@ -40,7 +40,8 @@ export default { data() { return { isTitleType: 3, - activeIndex: 0 + activeIndex: 0, + test: '' } }, created() { diff --git a/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue b/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue index af58995..41f7f15 100644 --- a/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue +++ b/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue @@ -1,6 +1,6 @@