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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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/certificate/certificate.vue b/src/views/system/tool/certificate/certificate.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/tool/certificate/certificate.vue @@ -0,0 +1,12 @@ + + + + + + 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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/certificate/certificate.vue b/src/views/system/tool/certificate/certificate.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/tool/certificate/certificate.vue @@ -0,0 +1,12 @@ + + + + + + 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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/certificate/certificate.vue b/src/views/system/tool/certificate/certificate.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/tool/certificate/certificate.vue @@ -0,0 +1,12 @@ + + + + + + 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 249f1a3..449e66a 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -243,6 +243,83 @@ }, ], }, + { + 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', + }, + }, + { + path: 'certificate', + name: 'logCertificate', + component: () => import('@/views/system/tool/certificate/certificate.vue'), + meta: { + title: '证书报告模板', + icon: 'ep:key', + auth: '/sys/tool/certificate', + }, + }, + ], + }, + { + path: '/notice', + component: Layout, + redirect: '/notice/list', + name: 'noticeManger', + meta: { + title: '通知公告', + icon: 'ep:key', + auth: '/sys/notice/list', + }, + children: [ + { + path: 'list', + name: 'noticeList', + component: () => import('@/views/system/notice/note.list.vue'), + meta: { + title: '通知公告', + auth: '/sys/notice/list', + sidebar: false, + breadcrumb: true, + }, + }, + ], + }, ] export default routes diff --git a/src/views/system/log/list.log.vue b/src/views/system/log/list.log.vue index a060881..6a23334 100644 --- a/src/views/system/log/list.log.vue +++ b/src/views/system/log/list.log.vue @@ -172,7 +172,7 @@ diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index f32659a..ce05c27 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -134,7 +134,7 @@ diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/notice/note.list.vue @@ -0,0 +1,12 @@ + + + + + + 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/certificate/certificate.vue b/src/views/system/tool/certificate/certificate.vue new file mode 100644 index 0000000..30cd9d5 --- /dev/null +++ b/src/views/system/tool/certificate/certificate.vue @@ -0,0 +1,12 @@ + + + + + + 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 @@
--> - +