diff --git a/src/router/modules/measure.ts b/src/router/modules/measure.ts index 76e9abc..0cd5a06 100644 --- a/src/router/modules/measure.ts +++ b/src/router/modules/measure.ts @@ -108,7 +108,7 @@ meta: { title: '计量人员', icon: 'ep:key', - auth: '/person', + auth: '/measure/person', }, children: [ { @@ -165,13 +165,13 @@ }, }, { - path: 'certificateLog', - name: 'CertificateLog', - component: () => import('@/views/measure/person/certificateLog.vue'), + path: 'trainPlanApprove', + name: 'TrainPlanApprove', + component: () => import('@/views/measure/train/trainPlanApprove.vue'), meta: { - title: '证书记录', + title: '培训计划审批', icon: 'ep:key', - auth: '/measure/person/certificateLog', + auth: '/measure/train/trainPlanApprove', }, }, { diff --git a/src/router/modules/measure.ts b/src/router/modules/measure.ts index 76e9abc..0cd5a06 100644 --- a/src/router/modules/measure.ts +++ b/src/router/modules/measure.ts @@ -108,7 +108,7 @@ meta: { title: '计量人员', icon: 'ep:key', - auth: '/person', + auth: '/measure/person', }, children: [ { @@ -165,13 +165,13 @@ }, }, { - path: 'certificateLog', - name: 'CertificateLog', - component: () => import('@/views/measure/person/certificateLog.vue'), + path: 'trainPlanApprove', + name: 'TrainPlanApprove', + component: () => import('@/views/measure/train/trainPlanApprove.vue'), meta: { - title: '证书记录', + title: '培训计划审批', icon: 'ep:key', - auth: '/measure/person/certificateLog', + auth: '/measure/train/trainPlanApprove', }, }, { diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index feec73f..94d28ef 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -251,7 +251,7 @@ meta: { title: '登录日志', icon: 'ep:key', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', }, children: [ { @@ -260,7 +260,7 @@ component: () => import('@/views/system/log/LoginLog.vue'), meta: { title: '登录日志', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', sidebar: false, breadcrumb: true, }, diff --git a/src/router/modules/measure.ts b/src/router/modules/measure.ts index 76e9abc..0cd5a06 100644 --- a/src/router/modules/measure.ts +++ b/src/router/modules/measure.ts @@ -108,7 +108,7 @@ meta: { title: '计量人员', icon: 'ep:key', - auth: '/person', + auth: '/measure/person', }, children: [ { @@ -165,13 +165,13 @@ }, }, { - path: 'certificateLog', - name: 'CertificateLog', - component: () => import('@/views/measure/person/certificateLog.vue'), + path: 'trainPlanApprove', + name: 'TrainPlanApprove', + component: () => import('@/views/measure/train/trainPlanApprove.vue'), meta: { - title: '证书记录', + title: '培训计划审批', icon: 'ep:key', - auth: '/measure/person/certificateLog', + auth: '/measure/train/trainPlanApprove', }, }, { diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index feec73f..94d28ef 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -251,7 +251,7 @@ meta: { title: '登录日志', icon: 'ep:key', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', }, children: [ { @@ -260,7 +260,7 @@ component: () => import('@/views/system/log/LoginLog.vue'), meta: { title: '登录日志', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', sidebar: false, breadcrumb: true, }, diff --git a/src/views/measure/train/trainPlanApprove.vue b/src/views/measure/train/trainPlanApprove.vue new file mode 100644 index 0000000..3c8f0f4 --- /dev/null +++ b/src/views/measure/train/trainPlanApprove.vue @@ -0,0 +1,3 @@ +