diff --git a/src/api/modules/setting.js b/src/api/modules/setting.js index 59e65a2..c5f5f5e 100644 --- a/src/api/modules/setting.js +++ b/src/api/modules/setting.js @@ -24,4 +24,5 @@ export default { params:data }) }, + } diff --git a/src/router/modules/system.js b/src/router/modules/system.js index bbce1ea..e2d3c41 100644 --- a/src/router/modules/system.js +++ b/src/router/modules/system.js @@ -57,6 +57,21 @@ const routes = [ meta: { crumb: ['暂无权限'] } + },{ + path: 'dictionary', + name: 'dictionary', + component: () => import('../../views/System/dataDictionary.vue'), + meta: { + crumb: ['字典管理'] + } + }, + { + path: 'dicdeatil', + name: 'dicdeatil', + component: () => import('../../views/System/dictionaryDetail.vue'), + meta: { + crumb: ['字典详情'] + } } ] } diff --git a/src/views/System/dataDictionary.vue b/src/views/System/dataDictionary.vue new file mode 100644 index 0000000..170786b --- /dev/null +++ b/src/views/System/dataDictionary.vue @@ -0,0 +1,438 @@ + + + + + diff --git a/src/views/System/dictionaryDetail.vue b/src/views/System/dictionaryDetail.vue new file mode 100644 index 0000000..1072adf --- /dev/null +++ b/src/views/System/dictionaryDetail.vue @@ -0,0 +1,390 @@ + + + + + +