| | |
| | | meta: { title: '重大隐患整改进度', icon: '' } |
| | | }, |
| | | { |
| | | id: 2, |
| | | parentId: 0, |
| | | path: '/hiddenDangerRegistration', |
| | | name: '隐患登记下达', |
| | | component: () => import('@/views/hiddenDangerRegistration'), |
| | | meta: { title: '隐患登记下达', icon: '' } |
| | | }, |
| | | { |
| | | path: '/hiddenDangerList', |
| | | // name: '重大隐患整改进度-发送隐患单', |
| | | component: () => import('@/views/accidentHidden/hiddenDangerList'), |
| | | // meta: { title: '重大隐患整改进度-发送隐患单', icon: '' } |
| | | // name: '隐患登记下达-发送隐患单', |
| | | component: () => import('@/views/hiddenDangerRegistration/hiddenDangerList'), |
| | | // meta: { title: '隐患登记下达-发送隐患单', icon: '' } |
| | | hidden: true |
| | | }, |
| | | ] |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "index" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |