From 8d51c5ca5c50409d3272e5a51b9ba430f68311b2 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期五, 25 八月 2023 17:32:47 +0800 Subject: [PATCH] 8.25 成品检测模板 --- src/router/index.js | 37 +++++++++++++++++++++++++++---------- 1 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7b83e21..9e72137 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -42,6 +42,16 @@ hidden: true }, { + path: '/addCommision', + component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), + hidden:true + }, + { + path: '/testReport', + component: () => import('@/views/template_testReport/index'), + hidden:true + }, + { path: '/', component: Layout, redirect: '/home', @@ -165,15 +175,15 @@ name: 'CommissionInspection', component: () => import('@/views/inspectionManagement/commissionInspection/index'), meta: { title: '濮旀墭妫�楠�', icon: 'table' }, - children: [ - { - path: 'addCommision', - name: 'AddCommision', - hidden: true, - component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), - meta: { title: '妫�娴嬩俊鎭�', icon: 'table' } - } - ] + // children: [ + // { + // path: 'addCommision', + // name: 'AddCommision', + // hidden: true, + // component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), + // meta: { title: '妫�娴嬩俊鎭�', icon: 'table' } + // } + // ] }, { path: 'reportForInspection', @@ -334,7 +344,14 @@ name: 'Personnel', component: () => import('@/views/laboratory/personnel/index'), meta: { title: '浜哄憳绠$悊', icon: 'tree' } - },{ + }, + { + path: 'org', + name: 'Organizational', + component: () => import('@/views/laboratory/organizational/index.vue'), + meta: { title: '缁勭粐鏋舵瀯', icon: 'tree'} + }, + { path: 'role', name: 'Role', component: () => import('@/views/laboratory/role/index'), -- Gitblit v1.9.3