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 @@ + + + + 字典管理 + + + + + + 数据字典编码: + + 数据字典名称: + + + + + + 查询 + 重置 + + + + + 新增 + 批量删除 + + + + + + + + + + {{ rowIndex + (q.pageNo - 1) * q.pageSize + 1 }} + + + + + + + + 查看 + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确定 + + + + + + + + + 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 @@ + + + + + + + + {{dictionaryName}} + ddfdddd + + + + + + 选项: + + + + + + 查询 + 重置 + + + + + 新增 + 删除 + + + + + + + + + + {{ rowIndex + (q.pageNo - 1) * q.pageSize + 1 }} + + + + + + + + + + + + + + 查看 + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + 确定 + + + + + + + + + +