diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..d35c456 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,49 @@ }, ], }, + { + path: '/tool', + component: Layout, + redirect: '/tool/signature', + name: 'toolLog', + meta: { + title: '常用工具', + icon: 'ep:key', + auth: '/sys/tool', + }, + children: [ + { + path: 'signature', + name: 'logSignature', + component: () => import('@/views/system/tool/signature/signature.vue'), + meta: { + title: '签章管理', + icon: 'ep:key', + auth: '/sys/tool/signature', + }, + }, + { + path: 'autograph', + name: 'logAutograph', + component: () => import('@/views/system/tool/autograph/autograph.vue'), + meta: { + title: '签名管理', + icon: 'ep:key', + auth: '/sys/tool/autograph', + }, + }, + { + path: 'document', + name: 'logDocument', + component: () => import('@/views/system/tool/document/document.vue'), + meta: { + title: '文档模板管理', + icon: 'ep:key', + auth: '/sys/tool/document', + }, + }, + ], + }, ] export default routes diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..d35c456 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,49 @@ }, ], }, + { + path: '/tool', + component: Layout, + redirect: '/tool/signature', + name: 'toolLog', + meta: { + title: '常用工具', + icon: 'ep:key', + auth: '/sys/tool', + }, + children: [ + { + path: 'signature', + name: 'logSignature', + component: () => import('@/views/system/tool/signature/signature.vue'), + meta: { + title: '签章管理', + icon: 'ep:key', + auth: '/sys/tool/signature', + }, + }, + { + path: 'autograph', + name: 'logAutograph', + component: () => import('@/views/system/tool/autograph/autograph.vue'), + meta: { + title: '签名管理', + icon: 'ep:key', + auth: '/sys/tool/autograph', + }, + }, + { + path: 'document', + name: 'logDocument', + component: () => import('@/views/system/tool/document/document.vue'), + meta: { + title: '文档模板管理', + icon: 'ep:key', + auth: '/sys/tool/document', + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/tool/autograph/autograph.vue b/src/views/system/tool/autograph/autograph.vue new file mode 100644 index 0000000..b71e080 --- /dev/null +++ b/src/views/system/tool/autograph/autograph.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..d35c456 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,49 @@ }, ], }, + { + path: '/tool', + component: Layout, + redirect: '/tool/signature', + name: 'toolLog', + meta: { + title: '常用工具', + icon: 'ep:key', + auth: '/sys/tool', + }, + children: [ + { + path: 'signature', + name: 'logSignature', + component: () => import('@/views/system/tool/signature/signature.vue'), + meta: { + title: '签章管理', + icon: 'ep:key', + auth: '/sys/tool/signature', + }, + }, + { + path: 'autograph', + name: 'logAutograph', + component: () => import('@/views/system/tool/autograph/autograph.vue'), + meta: { + title: '签名管理', + icon: 'ep:key', + auth: '/sys/tool/autograph', + }, + }, + { + path: 'document', + name: 'logDocument', + component: () => import('@/views/system/tool/document/document.vue'), + meta: { + title: '文档模板管理', + icon: 'ep:key', + auth: '/sys/tool/document', + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/tool/autograph/autograph.vue b/src/views/system/tool/autograph/autograph.vue new file mode 100644 index 0000000..b71e080 --- /dev/null +++ b/src/views/system/tool/autograph/autograph.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/tool/document/document.vue b/src/views/system/tool/document/document.vue new file mode 100644 index 0000000..12ae700 --- /dev/null +++ b/src/views/system/tool/document/document.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..d35c456 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,49 @@ }, ], }, + { + path: '/tool', + component: Layout, + redirect: '/tool/signature', + name: 'toolLog', + meta: { + title: '常用工具', + icon: 'ep:key', + auth: '/sys/tool', + }, + children: [ + { + path: 'signature', + name: 'logSignature', + component: () => import('@/views/system/tool/signature/signature.vue'), + meta: { + title: '签章管理', + icon: 'ep:key', + auth: '/sys/tool/signature', + }, + }, + { + path: 'autograph', + name: 'logAutograph', + component: () => import('@/views/system/tool/autograph/autograph.vue'), + meta: { + title: '签名管理', + icon: 'ep:key', + auth: '/sys/tool/autograph', + }, + }, + { + path: 'document', + name: 'logDocument', + component: () => import('@/views/system/tool/document/document.vue'), + meta: { + title: '文档模板管理', + icon: 'ep:key', + auth: '/sys/tool/document', + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/tool/autograph/autograph.vue b/src/views/system/tool/autograph/autograph.vue new file mode 100644 index 0000000..b71e080 --- /dev/null +++ b/src/views/system/tool/autograph/autograph.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/tool/document/document.vue b/src/views/system/tool/document/document.vue new file mode 100644 index 0000000..12ae700 --- /dev/null +++ b/src/views/system/tool/document/document.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/tool/signature/signature.vue b/src/views/system/tool/signature/signature.vue new file mode 100644 index 0000000..4ca1c56 --- /dev/null +++ b/src/views/system/tool/signature/signature.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 0ed96c2..270f1bb 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -70,7 +70,7 @@
- + diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..d35c456 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,49 @@ }, ], }, + { + path: '/tool', + component: Layout, + redirect: '/tool/signature', + name: 'toolLog', + meta: { + title: '常用工具', + icon: 'ep:key', + auth: '/sys/tool', + }, + children: [ + { + path: 'signature', + name: 'logSignature', + component: () => import('@/views/system/tool/signature/signature.vue'), + meta: { + title: '签章管理', + icon: 'ep:key', + auth: '/sys/tool/signature', + }, + }, + { + path: 'autograph', + name: 'logAutograph', + component: () => import('@/views/system/tool/autograph/autograph.vue'), + meta: { + title: '签名管理', + icon: 'ep:key', + auth: '/sys/tool/autograph', + }, + }, + { + path: 'document', + name: 'logDocument', + component: () => import('@/views/system/tool/document/document.vue'), + meta: { + title: '文档模板管理', + icon: 'ep:key', + auth: '/sys/tool/document', + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/tool/autograph/autograph.vue b/src/views/system/tool/autograph/autograph.vue new file mode 100644 index 0000000..b71e080 --- /dev/null +++ b/src/views/system/tool/autograph/autograph.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/tool/document/document.vue b/src/views/system/tool/document/document.vue new file mode 100644 index 0000000..12ae700 --- /dev/null +++ b/src/views/system/tool/document/document.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/tool/signature/signature.vue b/src/views/system/tool/signature/signature.vue new file mode 100644 index 0000000..4ca1c56 --- /dev/null +++ b/src/views/system/tool/signature/signature.vue @@ -0,0 +1,10 @@ + + + + diff --git a/src/views/system/user/list.user.vue b/src/views/system/user/list.user.vue index 85e66f6..b4b8abb 100644 --- a/src/views/system/user/list.user.vue +++ b/src/views/system/user/list.user.vue @@ -230,10 +230,8 @@ 组织机构
- +
@@ -245,16 +243,12 @@ - + - + @@ -271,10 +265,8 @@ 重置密码 - + 角色分配
@@ -288,12 +280,10 @@
--> - +