| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/trialManagement', |
| | | component: Layout, |
| | | redirect: '/trialManagement/index', |
| | | meta: { title: '试验管理', icon: 'el-icon-s-help' }, |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | name: 'entrust', |
| | | component: () => import('@/views/trialManagement/entrust'), |
| | | meta: { title: '委托检验', icon: 'form' } |
| | | }, |
| | | { |
| | | path: 'rawMaterials', |
| | | name: 'RawMaterials', |
| | | component: () => import('@/views/trialManagement/rawMaterials'), |
| | | meta: { title: '原材料报检', icon: 'form' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/rawMaterials', |
| | | component: Layout, |
| | | redirect: '/rawMaterials/reportForInspection', |