From fcc0509cef79c17de27c628d1a27d38afc47e33b Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期五, 13 五月 2022 14:42:17 +0800 Subject: [PATCH] 隐患排查清单 --- src/router/index.js | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6b88c8a..95d60ef 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -116,7 +116,7 @@ { id: 2, parentId: 0, - path: '/safetyproduction', + path: '/aqscbzh', component: Layout, name: '安全生产标准化', meta: { title: '安全生产标准化', icon: 'el-icon-security' }, @@ -150,6 +150,43 @@ ] }, + { + 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, @@ -237,6 +274,13 @@ hidden: true }, { + path: '/reboundHiddenDanger', + // name: '风险预控-重复反弹隐患-列表页面', + component: () => import('@/views/hiddenDangerRegistration/reboundHiddenDanger'), + // meta: { title: '风险预控-重复反弹隐患-列表页面', icon: '' } + hidden: true + }, + { id: 3, parentId: 0, path: '/hiddenDangerRectification', @@ -317,6 +361,14 @@ // meta: { title: '自查隐患管理-填写督察', icon: '' } hidden: true }, + { + id: 7, + parentId: 0, + path: '/oneFromanother', + name: '内部举一反三', + component: () => import('@/views/oneFromanother'), + meta: { title: '内部举一反三', icon: '' } + }, ] } ] -- Gitblit v1.9.2