| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/detailList', |
| | | path: '/rawDetail', |
| | | component: Layout, |
| | | redirect: '/detailList', |
| | | redirect: '/rawDetail', |
| | | children: [ |
| | | { |
| | | path: '/detailList', |
| | | component: () => import('@/views/hazardousChemicals/detailList/index.vue'), |
| | | name: 'detailList', |
| | | path: '/rawDetail', |
| | | component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/rawDetail.vue'), |
| | | name: 'rawDetail', |
| | | meta: { title: '危化品详单',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/proDetail', |
| | | component: Layout, |
| | | redirect: '/proDetail', |
| | | children: [ |
| | | { |
| | | path: '/proDetail', |
| | | component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/proDetail.vue'), |
| | | name: 'proDetail', |
| | | meta: { title: '成品详单',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/accessRecords', |
| | | component: Layout, |
| | | redirect: '/accessRecords', |