From 1fb03a86aa67ea2fe5c963e8ea3926df3780ec4d Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 22 May 2023 11:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=BD=92=E6=A1=A3=20/=20=E6=9F=A5?= =?UTF-8?q?=E6=BC=8F=E8=A1=A5=E7=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/yxk-admin.scss | 10 +- src/views/prearchiveLibrary/data.json | 19 +++ src/views/prearchiveLibrary/index.vue | 121 +++++++++++++++++- .../archiveSealSetting/module/form.vue | 2 +- .../descriptionPreview/index.vue | 11 +- .../archivesCategory/fieldManage/index.vue | 2 +- .../fieldManage/module/form.vue | 2 +- .../fieldManage/module/quickSetting.vue | 2 +- .../archivesCategory/fileNoFormat/index.vue | 2 +- .../fileNoFormat/module/form.vue | 2 +- .../fileNoFormat/module/sortDialog.vue | 2 +- src/views/system/archivesCategory/form.vue | 2 +- src/views/system/archivesCategory/index.vue | 2 +- .../archivesCategory/listBrowsing/index.vue | 2 +- .../listBrowsing/module/form.vue | 2 +- .../listBrowsing/module/sortDialog.vue | 2 +- .../archivesCategory/orderingRule/index.vue | 2 +- .../orderingRule/module/form.vue | 2 +- .../orderingRule/module/sortDialog.vue | 2 +- .../processManage/module/form.vue | 2 +- .../publicScreening/index.vue | 2 +- .../system/archivesCategory/sortDialog.vue | 2 +- .../descriptionPreview/index.vue | 2 +- .../fileLibraryManage/fieldManage/index.vue | 2 +- .../fieldManage/module/form.vue | 2 +- .../fieldManage/module/quickSetting.vue | 2 +- .../fileLibraryManage/fileNoFormat/index.vue | 2 +- .../fileNoFormat/module/form.vue | 2 +- .../fileNoFormat/module/sortDialog.vue | 2 +- src/views/system/fileLibraryManage/form.vue | 2 +- src/views/system/fileLibraryManage/index.vue | 4 +- .../fileLibraryManage/listBrowsing/index.vue | 2 +- .../listBrowsing/module/form.vue | 2 +- .../listBrowsing/module/sortDialog.vue | 2 +- .../fileLibraryManage/orderingRule/index.vue | 2 +- .../orderingRule/module/form.vue | 2 +- .../orderingRule/module/sortDialog.vue | 2 +- .../system/fileLibraryManage/sortDialog.vue | 2 +- .../descriptionPreview/index.vue | 4 +- .../fieldManage/index.vue | 2 +- .../fieldManage/module/form.vue | 2 +- .../fieldManage/module/quickSetting.vue | 2 +- .../listBrowsing/index.vue | 2 +- .../listBrowsing/module/form.vue | 2 +- .../listBrowsing/module/sortDialog.vue | 2 +- .../orderingRule/index.vue | 2 +- .../orderingRule/module/form.vue | 2 +- .../orderingRule/module/sortDialog.vue | 2 +- src/views/system/user/center/updateEmail.vue | 4 +- src/views/system/user/center/updatePass.vue | 4 +- 50 files changed, 199 insertions(+), 62 deletions(-) create mode 100644 src/views/prearchiveLibrary/data.json diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index ec5859a..23d52a9 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -1121,10 +1121,16 @@ } } .el-input__inner{ - @include category-info-text; } - +} + +.small-preview-left{ + .checkbox-item { + .el-form-item__content{ + margin-left: 50px !important; + } + } } .preview-dialog{ diff --git a/src/views/prearchiveLibrary/data.json b/src/views/prearchiveLibrary/data.json new file mode 100644 index 0000000..5bdc351 --- /dev/null +++ b/src/views/prearchiveLibrary/data.json @@ -0,0 +1,19 @@ +[ + { + "id": 1, + "label": "预归档库", + "isType": 1, + "children": [ + { + "id": 2, + "isType": 2, + "label": "收文" + }, + { + "id": 3, + "isType": 2, + "label": "发文" + } + ] + } +] diff --git a/src/views/prearchiveLibrary/index.vue b/src/views/prearchiveLibrary/index.vue index 7237e26..29ba018 100644 --- a/src/views/prearchiveLibrary/index.vue +++ b/src/views/prearchiveLibrary/index.vue @@ -1,25 +1,97 @@ diff --git a/src/views/system/archivesCategory/archiveSealSetting/module/form.vue b/src/views/system/archivesCategory/archiveSealSetting/module/form.vue index f66c4f8..ee18c8f 100644 --- a/src/views/system/archivesCategory/archiveSealSetting/module/form.vue +++ b/src/views/system/archivesCategory/archiveSealSetting/module/form.vue @@ -1,5 +1,5 @@