From 4dbcd8f735477d8ad5f69c62903786d24664c599 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Mon, 30 May 2022 13:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E7=B1=BB=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=95=8C=E9=9D=A2=E6=B5=8F=E8=A7=88=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/category/index.vue | 5 +- src/views/category/listBrowsing/index.vue | 170 ++++++++++++++++++ .../category/listBrowsing/module/form.vue | 107 +++++++++++ 3 files changed, 280 insertions(+), 2 deletions(-) create mode 100644 src/views/category/listBrowsing/index.vue create mode 100644 src/views/category/listBrowsing/module/form.vue diff --git a/src/views/category/index.vue b/src/views/category/index.vue index 1bcd5dd..1af202a 100644 --- a/src/views/category/index.vue +++ b/src/views/category/index.vue @@ -67,6 +67,7 @@ import sortDialog from './sortDialog' import baseInfo from './baseInfo/index' import fieldManage from './fieldManage/index' import descriptionPreview from './descriptionPreview/index' +import listBrowsing from './listBrowsing/index' import orderingRule from './orderingRule/index' import fileNoFormat from './fileNoFormat/index' import crudOperation from '@crud/CRUD.operation' @@ -74,7 +75,7 @@ import { findSubsetById } from '@/api/archivesConfig/dictDetail' export default { name: 'Category', - components: { crudOperation, eForm, sortDialog, baseInfo, fieldManage, descriptionPreview, orderingRule, fileNoFormat }, + components: { crudOperation, eForm, sortDialog, baseInfo, fieldManage, descriptionPreview, listBrowsing, orderingRule, fileNoFormat }, cruds() { return [ CRUD({ @@ -129,7 +130,7 @@ export default { } else if (this.activeIndex === 2) { return 'descriptionPreview' } else if (this.activeIndex === 3) { - return 'fieldManage' + return 'listBrowsing' } else if (this.activeIndex === 4) { return 'orderingRule' } else if (this.activeIndex === 5) { diff --git a/src/views/category/listBrowsing/index.vue b/src/views/category/listBrowsing/index.vue new file mode 100644 index 0000000..1e42109 --- /dev/null +++ b/src/views/category/listBrowsing/index.vue @@ -0,0 +1,170 @@ + + + + + + 新增 + + + + + + + + + + + + + + + + 排序 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/category/listBrowsing/module/form.vue b/src/views/category/listBrowsing/module/form.vue new file mode 100644 index 0000000..f2d6b14 --- /dev/null +++ b/src/views/category/listBrowsing/module/form.vue @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +