| | |
| | | |
| | | ] |
| | | }, |
| | | { |
| | | id: 2, |
| | | parentId: 0, |
| | | path: '/hiddenDangerTroubleshootingList', |
| | | component: Layout, |
| | | name: '隐患排查清单', |
| | | meta: { title: '隐患排查清单', icon: 'el-icon-security' }, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: '/new', |
| | | // name: '自查清单_新增|修改', |
| | | component: () => import('@/views/safetyproduction/new'), |
| | | meta: { title: '自查清单', icon: 'el-icon-dash', noCache: true, affix: true }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | //自查清单-去评审 |
| | | path: '/gojudging', |
| | | component: () => import('@/views/safetyproduction/gojudging'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | //自查清单_评审 |
| | | path: '/review', |
| | | component: () => import('@/views/safetyproduction/review'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | //自查清单_修改检查项 |
| | | path: '/reviewXG', |
| | | component: () => import('@/views/safetyproduction/reviewXG'), |
| | | hidden: true |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | /* { |
| | | id: 2, |
| | | parentId: 0, |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "index" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |