| | |
| | | path: 'inspectionApplication', |
| | | name: 'InspectionApplication', |
| | | component: () => import('@/views/experiment/inspectionApplication/index'), |
| | | meta: { title: '检验申请', icon: 'tree' } |
| | | meta: { title: '新增检验', icon: 'tree' } |
| | | }, |
| | | { |
| | | path: 'planAssignments', |
| | | name: 'PlanAssignments', |
| | | component: () => import('@/views/experiment/planAssignments/index'), |
| | | meta: { title: '检验计划分配', icon: 'tree' } |
| | | meta: { title: '检验计划', icon: 'tree' } |
| | | }, |
| | | { |
| | | path: 'checkTheReport', |
| | |
| | | name: 'Personnel', |
| | | component: () => import('@/views/laboratory/personnel/index'), |
| | | meta: { title: '人员管理', icon: 'tree' } |
| | | },{ |
| | | path: 'role', |
| | | name: 'Role', |
| | | component: () => import('@/views/laboratory/role/index'), |
| | | meta: { title: '角色管理', icon: 'tree' } |
| | | } |
| | | ] |
| | | }, |