| | |
| | | path: 'workplaceList', |
| | | name: '问题反馈查询', |
| | | meta: { |
| | | icon: "profile" |
| | | icon: "message" |
| | | }, |
| | | component: () => import('@/pages/workplace/workplaceList') |
| | | }, |
| | |
| | | }, |
| | | component: () => import('@/pages/resourceManage/product/details'), |
| | | }, |
| | | // 电源模块详情 |
| | | { |
| | | path: 'product-details-0235', |
| | | name: '电源模块详情', |
| | | meta: { |
| | | invisible: true, |
| | | highlight: '/resource/product' |
| | | }, |
| | | component: () => import('@/pages/resourceManage/product/details'), |
| | | }, |
| | | { |
| | | path: 'software', |
| | | name: '软件中心', |
| | |
| | | name: 'sop历史版本', |
| | | meta: { |
| | | invisible: true, |
| | | highlight: '/resource/sop-history' |
| | | highlight: '/resource/sop-file' |
| | | }, |
| | | component: () => import('@/pages/resourceManage/sopFile/sop-history'), |
| | | }, |
| | | { |
| | | path: 'specification', |
| | | name: '技术规格书', |
| | | component: () => import('@/pages/resourceManage/specification'), |
| | | }, |
| | | { |
| | | path: 'specification-history', |
| | | name: '技术规格书历史版本', |
| | | meta: { |
| | | invisible: true, |
| | | highlight: '/resource/specification' |
| | | }, |
| | | component: () => import('@/pages/resourceManage/specification/history'), |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | page: { |
| | | cacheAble: false |
| | | }, |
| | | authority: { |
| | | role: '1004', |
| | | } |
| | | }, |
| | | component: BlankView, |
| | | children: [ |