From 6087e8c63bfba68b10ce6f912b91e984f7e66c52 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 1 Nov 2023 17:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=BD=92=E6=A1=A3=E5=BA=93/2023111bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/archivesScope.js | 2 +- src/assets/styles/prearchive-library.scss | 16 +- src/components/Crud/RR.operation.vue | 1 + src/views/prearchiveLibrary/index.vue | 26 ++-- .../prearchiveLibrary/module/batchFile.vue | 144 ++++++++++++------ src/views/prearchiveLibrary/module/scope.vue | 21 ++- .../archiveScopeManage/module/tableList.vue | 10 +- .../archivesCategory/orderingRule/index.vue | 3 + src/views/system/fieldCorresManage/index.vue | 17 ++- .../fieldCorresManage/module/detail.vue | 4 +- .../system/fieldCorresManage/module/form.vue | 11 +- .../fileLibraryManage/orderingRule/index.vue | 3 + .../system/fourCharacterDetection/index.vue | 9 +- src/views/system/log/loginLog/index.vue | 4 +- src/views/system/notifyManage/index.vue | 56 +++++-- .../system/notifyManage/module/selectObj.vue | 97 +++++++++++- src/views/system/user/index.vue | 22 +-- 17 files changed, 336 insertions(+), 110 deletions(-) diff --git a/src/api/system/archivesScope.js b/src/api/system/archivesScope.js index 31e407e..2149fc2 100644 --- a/src/api/system/archivesScope.js +++ b/src/api/system/archivesScope.js @@ -45,7 +45,7 @@ export function edit(data) { export function del(data) { return request({ - url: 'api/archivesScope/delArchivesClass', + url: 'api/archivesScope/delArchivesScope', method: 'post', data }) diff --git a/src/assets/styles/prearchive-library.scss b/src/assets/styles/prearchive-library.scss index 74b215d..818aede 100644 --- a/src/assets/styles/prearchive-library.scss +++ b/src/assets/styles/prearchive-library.scss @@ -19,7 +19,7 @@ } .move-right{ - flex: 1; + width:550px; h4{ position: relative; padding-left: 52px; @@ -47,7 +47,7 @@ justify-content: flex-start; height: 360px; overflow: hidden; - overflow-y: scroll; + // overflow-y: scroll; .el-radio{ width: 100%; margin-right: 0; @@ -66,10 +66,22 @@ } } .select-content{ + display: flex; + justify-content: flex-start; padding: 0 18px; height: 40px; line-height: 40px; border-top: 1px solid #E6E8ED; + span{ + display: block; + width: 70px; + } + ::v-deep .el-tooltip{ + width: 440px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } } } \ No newline at end of file diff --git a/src/components/Crud/RR.operation.vue b/src/components/Crud/RR.operation.vue index c8177f6..6def715 100644 --- a/src/components/Crud/RR.operation.vue +++ b/src/components/Crud/RR.operation.vue @@ -3,6 +3,7 @@