From 95fda13c28cb664a57336dd2e01d5b41ec4f717f Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期五, 25 八月 2023 12:57:19 +0800 Subject: [PATCH] 查看详情页 --- src/router/index.js | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 36817fd..b0b448c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -42,6 +42,11 @@ hidden: true }, { + path: '/addCommision', + component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), + hidden:true + }, + { path: '/', component: Layout, redirect: '/home', @@ -165,15 +170,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', @@ -192,10 +197,17 @@ children: [ { path: 'inspectionApplication', - name: 'InspectionApplication', + name: 'inspectionApplication', component: () => import('@/views/experiment/inspectionApplication/index'), meta: { title: '鏂板妫�楠�', icon: 'tree' } }, + { + path: 'Viewdetails', + name: 'Viewdetails', + hidden: true , + component: () => import('@/views/experiment/inspectionApplication/Viewdetails/index'), + meta: { title: '璇︽儏椤�', icon: 'tree' } + }, { path: 'planAssignments', name: 'PlanAssignments', @@ -327,7 +339,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