From 879f2c37093a3eff877e40fd1a1a33184ec17257 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 5 May 2023 11:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/setting.js | 1 + src/router/modules/system.js | 15 + src/views/System/dataDictionary.vue | 438 ++++++++++++++++++++++++++ src/views/System/dictionaryDetail.vue | 390 +++++++++++++++++++++++ 4 files changed, 844 insertions(+) create mode 100644 src/views/System/dataDictionary.vue create mode 100644 src/views/System/dictionaryDetail.vue 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 @@ + + + + + +