diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index 295e703..ef3dab2 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -303,11 +303,45 @@ name: 'logDocument', component: () => import('@/views/system/tool/document/document.vue'), meta: { - title: '文档模板管理', + 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, + }, + }, ], }, ] diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index 295e703..ef3dab2 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -303,11 +303,45 @@ name: 'logDocument', component: () => import('@/views/system/tool/document/document.vue'), meta: { - title: '文档模板管理', + 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, + }, + }, ], }, ] 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/router/modules/system.ts b/src/router/modules/system.ts index 295e703..ef3dab2 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -303,11 +303,45 @@ name: 'logDocument', component: () => import('@/views/system/tool/document/document.vue'), meta: { - title: '文档模板管理', + 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, + }, + }, ], }, ] 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/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 @@ + + + + + +