| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 2, |
| | | id: 3, |
| | | parentId: 0, |
| | | path: '/hiddenDangerRectification', |
| | | name: '隐患整改治理', |
| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 2, |
| | | id: 4, |
| | | parentId: 0, |
| | | path: '/recheckCancellationNumber', |
| | | name: '隐患复查销号', |
| | |
| | | // meta: { title: '隐患复查销号-发送隐患单', icon: '' } |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 5, |
| | | parentId: 0, |
| | | path: '/delayHiddenDangerRectification', |
| | | name: '隐患整改延期', |
| | | component: () => import('@/views/delayHiddenDangerRectification'), |
| | | meta: { title: '隐患整改延期', icon: '' } |
| | | }, |
| | | { |
| | | path: '/rectificationDelayHiddenDanger', |
| | | // name: '隐患整改延期-发送隐患单', |
| | | component: () => import('@/views/delayHiddenDangerRectification/rectificationDelayHiddenDanger'), |
| | | // meta: { title: '隐患整改延期-发送隐患单', icon: '' } |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 6, |
| | | parentId: 0, |
| | | path: '/hiddenDangerManagement', |
| | | name: '自查隐患管理', |
| | | component: () => import('@/views/hiddenDangerManagement'), |
| | | meta: { title: '自查隐患管理', icon: '' } |
| | | }, |
| | | { |
| | | path: '/fillRectification', |
| | | // name: '自查隐患管理-填写整改', |
| | | component: () => import('@/views/hiddenDangerManagement/fillRectification'), |
| | | // meta: { title: '自查隐患管理-填写整改', icon: '' } |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/fillInspector', |
| | | // name: '自查隐患管理-填写督察', |
| | | component: () => import('@/views/hiddenDangerManagement/fillInspector'), |
| | | // meta: { title: '自查隐患管理-填写督察', icon: '' } |
| | | hidden: true |
| | | }, |
| | | ] |
| | | } |
| | | ] |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "index" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "rectificationDelayHiddenDanger" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "fillInspector" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
对比新文件 |
| | |
| | | <template> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "fillRectification" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |