| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/addCommision', |
| | | component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), |
| | | hidden:true |
| | | }, |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: '/home', |
| | |
| | | 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', |