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