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 @@