Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
0289f775
Commit
0289f775
authored
Nov 15, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
83ffb747
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1012 additions
and
65 deletions
+1012
-65
index.js
src/router/index.js
+1012
-65
No files found.
src/router/index.js
View file @
0289f775
...
...
@@ -27,7 +27,968 @@ import Layout from '@/layout'
activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。
}
*/
export
const
powerRoutes
=
[
{
path
:
'/basicData'
,
component
:()
=>
import
(
"@/layout/index"
),
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'organizationalManagement'
,
meta
:
{
title
:
"基础数据"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'organizationalManagement'
,
component
:()
=>
import
(
"@/views/basicData/organizationalManagement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"组织管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'organizationalManagement'
,
path
:
"organizationalManagement"
},
{
commonComponent
:
'scgw'
,
component
:()
=>
import
(
"@/views/basicData/scgw/index"
),
hidden
:
false
,
meta
:{
"title"
:
"岗位管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'scgw'
,
path
:
"scgw"
},
{
commonComponent
:
'announcementManagement'
,
component
:()
=>
import
(
"@/views/basicData/announcementManagement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"公告管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'announcementManagement'
,
path
:
"announcementManagement"
},
{
commonComponent
:
'securityDocumentManagement'
,
component
:()
=>
import
(
"@/views/basicData/securityDocumentManagement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"安全文档管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'securityDocumentManagement'
,
path
:
"securityDocumentManagement"
},
{
commonComponent
:
'operationDcManagement'
,
component
:()
=>
import
(
"@/views/basicData/operationDcManagement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"标准作业文档管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'operationDcManagement'
,
path
:
"operationDcManagement"
}
]
},
/* 隐患管理*/
{
path
:
'/dangerManagement'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'maintenanceDg'
,
meta
:
{
title
:
"隐患管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'yhfl'
,
component
:()
=>
import
(
"@/views/dangerManagement/yhfl/index"
),
hidden
:
false
,
meta
:{
"title"
:
"隐患分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'yhfl'
,
path
:
"yhfl"
},
{
commonComponent
:
'yhbzfl'
,
component
:()
=>
import
(
"@/views/dangerManagement/yhbzfl/index"
),
hidden
:
false
,
meta
:{
"title"
:
"隐患标准分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'yhbzfl'
,
path
:
"yhbzfl"
},
{
commonComponent
:
'maintenanceDg'
,
component
:()
=>
import
(
"@/views/dangerManagement/maintenanceDg/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护隐患检查标准"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintenanceDg'
,
path
:
"maintenanceDg"
},
{
commonComponent
:
'enterSafetyRecords'
,
component
:()
=>
import
(
"@/views/dangerManagement/enterSafetyRecords/index"
),
hidden
:
false
,
meta
:{
"title"
:
"录入安全隐患记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'enterSafetyRecords'
,
path
:
"enterSafetyRecords"
},
{
commonComponent
:
'safetyDisposalRecord'
,
component
:()
=>
import
(
"@/views/dangerManagement/safetyDisposalRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"安全隐患处理记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'safetyDisposalRecord'
,
path
:
"safetyDisposalRecord"
},
{
commonComponent
:
'dangerRectificationRecord'
,
component
:()
=>
import
(
"@/views/dangerManagement/dangerRectificationRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"录入隐患整改情况"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'dangerRectificationRecord'
,
path
:
"dangerRectificationRecord"
},
/* 10 13*/
{
commonComponent
:
'dangerReviewRecord'
,
component
:()
=>
import
(
"@/views/dangerManagement/dangerReviewRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"录入隐患复查记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'dangerReviewRecord'
,
path
:
"dangerReviewRecord"
},
{
commonComponent
:
'queryDangerRecords'
,
component
:()
=>
import
(
"@/views/dangerManagement/queryDangerRecords/index"
),
hidden
:
false
,
meta
:{
"title"
:
"查询安全隐患记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'queryDangerRecords'
,
path
:
"queryDangerRecords"
}
]
},
/* 风险域控*/
{
path
:
'/riskPrecontrol'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'screeningCriteria'
,
meta
:
{
title
:
"风险预控"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'screeningCriteria'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/screeningCriteria/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护风险排查标准"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'screeningCriteria'
,
path
:
"screeningCriteria"
},
{
commonComponent
:
'maintenanceRiskTask'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/maintenanceRiskTask/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护风险排查任务"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintenanceRiskTask'
,
path
:
"maintenanceRiskTask"
},
{
commonComponent
:
'riskAnalysis'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/riskAnalysis/index"
),
hidden
:
false
,
meta
:{
"title"
:
"风险排查综合分析"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'riskAnalysis'
,
path
:
"riskAnalysis"
},
{
commonComponent
:
'shlx'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/shlx/index"
),
hidden
:
false
,
meta
:{
"title"
:
"伤害类型维护"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'shlx'
,
path
:
"shlx"
},
{
commonComponent
:
'maintenanceRisk'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/maintenanceRisk/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护风险事件库"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintenanceRisk'
,
path
:
"maintenanceRisk"
},
{
commonComponent
:
'queryRisk'
,
component
:()
=>
import
(
"@/views/riskPrecontrol/queryRisk/index"
),
hidden
:
false
,
meta
:{
"title"
:
"查询风险事件库"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'queryRisk'
,
path
:
"queryRisk"
}
]
},
/* 三违管理*/
{
path
:
'/threeViolations'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'maintainTV'
,
meta
:
{
title
:
"三违管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'maintainTV'
,
component
:()
=>
import
(
"@/views/threeViolations/maintainTV/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护三违处罚标准"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintainTV'
,
path
:
"maintainTV"
},
{
commonComponent
:
'enterTV'
,
component
:()
=>
import
(
"@/views/threeViolations/enterTV/index"
),
hidden
:
false
,
meta
:{
"title"
:
"录入三违情况记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'enterTV'
,
path
:
"enterTV"
},
{
commonComponent
:
'tFPasses'
,
component
:()
=>
import
(
"@/views/threeViolations/tFPasses/index"
),
hidden
:
false
,
meta
:{
"title"
:
"三违过五关"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'tFPasses'
,
path
:
"tFPasses"
},
{
commonComponent
:
'correctTV'
,
component
:()
=>
import
(
"@/views/threeViolations/correctTV/index"
),
hidden
:
false
,
meta
:{
"title"
:
"三违行为纠正"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'correctTV'
,
path
:
"correctTV"
},
{
commonComponent
:
'queryRecords'
,
component
:()
=>
import
(
"@/views/threeViolations/queryRecords/index"
),
hidden
:
false
,
meta
:{
"title"
:
"查询人员三违记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'queryRecords'
,
path
:
"queryRecords"
},
{
commonComponent
:
'punishmentRecord'
,
component
:()
=>
import
(
"@/views/threeViolations/punishmentRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"安全处罚记录管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'punishmentRecord'
,
path
:
"punishmentRecord"
}
]
},
/* 日差管理*/
{
path
:
'/daily'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'planManage'
,
meta
:
{
title
:
"日常管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
// 分级暂时统一由后台设置
// {
// commonComponent:'planClassification',
// component:() => import( "@/views/daily/planClassification/index"),
// hidden:false,
// meta:{
// "title": "应急预案分级",
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":1010013009,
// },
// name:'planClassification',
// path:"planClassification"
// },
{
commonComponent
:
'planManage'
,
component
:()
=>
import
(
"@/views/daily/planManage/index"
),
hidden
:
false
,
meta
:{
"title"
:
"应急预案管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'planManage'
,
path
:
"planManage"
},
{
commonComponent
:
'holdCertificate'
,
component
:()
=>
import
(
"@/views/daily/holdCertificate/index"
),
hidden
:
false
,
meta
:{
"title"
:
"职工持证信息管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'holdCertificate'
,
path
:
"holdCertificate"
},
{
commonComponent
:
'activityRecord'
,
component
:()
=>
import
(
"@/views/daily/activityRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护安全活动记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'activityRecord'
,
path
:
"activityRecord"
},
{
commonComponent
:
'nrtm'
,
component
:()
=>
import
(
"@/views/daily/nrtm/index"
),
hidden
:
false
,
meta
:{
"title"
:
"非常规作业类型维护"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'nrtm'
,
path
:
"nrtm"
},
{
commonComponent
:
'nros'
,
component
:()
=>
import
(
"@/views/daily/nros/index"
),
hidden
:
false
,
meta
:{
"title"
:
"非常规作业标准"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'nros'
,
path
:
"nros"
},
{
commonComponent
:
'nroa'
,
component
:()
=>
import
(
"@/views/daily/nroa/index"
),
hidden
:
false
,
meta
:{
"title"
:
"非常规作业申请"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'nroa'
,
path
:
"nroa"
},
{
commonComponent
:
'hotWorkApp'
,
component
:()
=>
import
(
"@/views/daily/hotWorkApp/index"
),
hidden
:
false
,
meta
:{
"title"
:
"动火作业申请"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'hotWorkApp'
,
path
:
"hotWorkApp"
},
{
commonComponent
:
'classification'
,
component
:()
=>
import
(
"@/views/daily/classification/index"
),
hidden
:
false
,
meta
:{
"title"
:
"履职分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'classification'
,
path
:
"classification"
},
{
commonComponent
:
'maintenanceDuty'
,
component
:()
=>
import
(
"@/views/daily/maintenanceDuty/index"
),
hidden
:
false
,
meta
:{
"title"
:
"履职报告标准维护"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintenanceDuty'
,
path
:
"maintenanceDuty"
},
{
commonComponent
:
'duty'
,
component
:()
=>
import
(
"@/views/daily/duty/index"
),
hidden
:
false
,
meta
:{
"title"
:
"履职任务"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'duty'
,
path
:
"duty"
},
{
commonComponent
:
'performanceReport'
,
component
:()
=>
import
(
"@/views/daily/performanceReport/index"
),
hidden
:
false
,
meta
:{
"title"
:
"履职报告填写"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'performanceReport'
,
path
:
"performanceReport"
},
{
commonComponent
:
'wxzyfl'
,
component
:()
=>
import
(
"@/views/daily/wxzyfl/index"
),
hidden
:
false
,
meta
:{
"title"
:
"危险作业分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'wxzyfl'
,
path
:
"wxzyfl"
},
{
commonComponent
:
'maintenanceStandards'
,
component
:()
=>
import
(
"@/views/daily/maintenanceStandards/index"
),
hidden
:
false
,
meta
:{
"title"
:
"危险作业标准维护"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'maintenanceStandards'
,
path
:
"maintenanceStandards"
},
{
commonComponent
:
'workInspection'
,
component
:()
=>
import
(
"@/views/daily/workInspection/index"
),
hidden
:
false
,
meta
:{
"title"
:
"危险作业检查"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'workInspection'
,
path
:
"workInspection"
},
{
commonComponent
:
'summary'
,
component
:()
=>
import
(
"@/views/daily/summary/index"
),
hidden
:
false
,
meta
:{
"title"
:
"危险作业汇总"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'summary'
,
path
:
"summary"
},
]
},
/* 培训管理*/
/* 三违管理*/
{
path
:
'/train'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'planning'
,
meta
:
{
title
:
"培训管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'planning'
,
component
:()
=>
import
(
"@/views/train/planning/index"
),
hidden
:
false
,
meta
:{
"title"
:
"培训计划制定"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'planning'
,
path
:
"planning"
},
{
commonComponent
:
'assessment'
,
component
:()
=>
import
(
"@/views/train/assessment/index"
),
hidden
:
false
,
meta
:{
"title"
:
"培训评估管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'assessment'
,
path
:
"assessment"
},
{
commonComponent
:
'trainRecord'
,
component
:()
=>
import
(
"@/views/train/trainRecord/index"
),
hidden
:
false
,
meta
:{
"title"
:
"培训记录管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'trainRecord'
,
path
:
"trainRecord"
},
{
commonComponent
:
'questionManage'
,
component
:()
=>
import
(
"@/views/train/questionManage/index"
),
hidden
:
false
,
meta
:{
"title"
:
"试题管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'questionManage'
,
path
:
"questionManage"
},
{
commonComponent
:
'paperManagement'
,
component
:()
=>
import
(
"@/views/train/paperManagement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"试卷管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'paperManagement'
,
path
:
"paperManagement"
},
{
commonComponent
:
'onlinExamination'
,
component
:()
=>
import
(
"@/views/train/onlinExamination/index"
),
hidden
:
false
,
meta
:{
"title"
:
"在线考试管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'onlinExamination'
,
path
:
"onlinExamination"
},
{
commonComponent
:
'marking'
,
component
:()
=>
import
(
"@/views/train/marking/index"
),
hidden
:
false
,
meta
:{
"title"
:
"阅卷管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'marking'
,
path
:
"marking"
},
{
commonComponent
:
'achievement'
,
component
:()
=>
import
(
"@/views/train/achievement/index"
),
hidden
:
false
,
meta
:{
"title"
:
"考试成绩管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'achievement'
,
path
:
"achievement"
}
]
},
/* 查询统计 */
{
path
:
'/statistics'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'securitySituation'
,
meta
:
{
title
:
"查询统计"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
105000000
},
children
:
[
{
commonComponent
:
'securitySituation'
,
component
:()
=>
import
(
"@/views/statistics/securitySituation/index"
),
hidden
:
false
,
meta
:{
"title"
:
"培训计划制定"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'securitySituation'
,
path
:
"securitySituation"
},
{
commonComponent
:
'dangeRecords'
,
component
:()
=>
import
(
"@/views/statistics/dangeRecords/index"
),
hidden
:
false
,
meta
:{
"title"
:
"查询超期隐患记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
1010013009
,
},
name
:
'dangeRecords'
,
path
:
"dangeRecords"
}
]
},
/* 设备管理 */
{
path
:
'/equipment'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'equipmentClass'
,
meta
:
{
title
:
"设备管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
908000000
},
children
:
[
{
commonComponent
:
'equipmentClass'
,
component
:()
=>
import
(
"@/views/equipment/equipmentClass/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护设备分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908000100
,
},
name
:
'equipmentClass'
,
path
:
"equipmentClass"
},
{
commonComponent
:
'archives'
,
component
:()
=>
import
(
"@/views/equipment/archives/index"
),
hidden
:
false
,
meta
:{
"title"
:
"设备档案管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908000200
,
},
name
:
'archives'
,
path
:
"archives"
},
{
commonComponent
:
'archives'
,
component
:()
=>
import
(
"@/views/equipment/specialEquipment/index"
),
hidden
:
false
,
meta
:{
"title"
:
"特种设备档案管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908000400
,
},
name
:
'specialEquipment'
,
path
:
"specialEquipment"
},
{
commonComponent
:
'environment'
,
component
:()
=>
import
(
"@/views/equipment/environment/index"
),
hidden
:
false
,
meta
:{
"title"
:
"环保设备档案管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908000800
,
},
name
:
'environment'
,
path
:
"environment"
},
{
commonComponent
:
'maintain'
,
component
:()
=>
import
(
"@/views/equipment/maintain/index"
),
hidden
:
false
,
meta
:{
"title"
:
"维护防护设施档案"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908001000
,
},
name
:
'maintain'
,
path
:
"maintain"
},
{
commonComponent
:
'inspection'
,
component
:()
=>
import
(
"@/views/equipment/inspection/index"
),
hidden
:
false
,
meta
:{
"title"
:
"设备设施巡检管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
908001200
,
},
name
:
'inspection'
,
path
:
"inspection"
}
]
},
/* 外协管理 */
{
path
:
'/outsourcingDirector'
,
component
:
Layout
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'declare'
,
meta
:
{
title
:
"外协管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
909000000
},
children
:
[
{
commonComponent
:
'declare'
,
component
:()
=>
import
(
"@/views/outsourcingDirector/declare/index"
),
hidden
:
false
,
meta
:{
"title"
:
"外协单位准入申报"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
909000200
,
},
name
:
'declare'
,
path
:
"declare"
},
{
commonComponent
:
'process'
,
component
:()
=>
import
(
"@/views/outsourcingDirector/approve/index"
),
hidden
:
false
,
meta
:{
"title"
:
"外协单位准入审批"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
909000400
,
},
name
:
'approve'
,
path
:
"approve"
},
{
commonComponent
:
'process'
,
component
:()
=>
import
(
"@/views/outsourcingDirector/process/index"
),
hidden
:
false
,
meta
:{
"title"
:
"外协单位过程管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
909000600
,
},
name
:
'process'
,
path
:
"process"
},
{
commonComponent
:
'archives'
,
component
:()
=>
import
(
"@/views/outsourcingDirector/archives/index"
),
hidden
:
false
,
meta
:{
"title"
:
"外协单位档案管理"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
909000900
,
},
name
:
'archives'
,
path
:
"archives"
}
]
}
]
// 公共路由
export
const
constantRoutes
=
[
{
...
...
@@ -107,7 +1068,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'organizationalManagement'
,
path
:
"organizationalManagement"
...
...
@@ -121,25 +1082,11 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'scgw'
,
path
:
"scgw"
},
// {
// commonComponent:'test',
// component:() => import( "common/src/views/development/taskLog/index"),
// hidden:false,
// meta:{
// "title": "TEST",
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":101001300,
// },
// name:'test',
// path:"test"
// },
{
commonComponent
:
'announcementManagement'
,
component
:()
=>
import
(
"@/views/basicData/announcementManagement/index"
),
...
...
@@ -149,7 +1096,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'announcementManagement'
,
path
:
"announcementManagement"
...
...
@@ -163,7 +1110,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'securityDocumentManagement'
,
path
:
"securityDocumentManagement"
...
...
@@ -177,7 +1124,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'operationDcManagement'
,
path
:
"operationDcManagement"
...
...
@@ -202,7 +1149,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'yhfl'
,
path
:
"yhfl"
...
...
@@ -216,7 +1163,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'yhbzfl'
,
path
:
"yhbzfl"
...
...
@@ -230,7 +1177,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintenanceDg'
,
path
:
"maintenanceDg"
...
...
@@ -244,7 +1191,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'enterSafetyRecords'
,
path
:
"enterSafetyRecords"
...
...
@@ -258,7 +1205,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'safetyDisposalRecord'
,
path
:
"safetyDisposalRecord"
...
...
@@ -273,7 +1220,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'dangerRectificationRecord'
,
path
:
"dangerRectificationRecord"
...
...
@@ -288,7 +1235,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'dangerReviewRecord'
,
path
:
"dangerReviewRecord"
...
...
@@ -302,7 +1249,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'queryDangerRecords'
,
path
:
"queryDangerRecords"
...
...
@@ -327,7 +1274,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'screeningCriteria'
,
path
:
"screeningCriteria"
...
...
@@ -341,7 +1288,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintenanceRiskTask'
,
path
:
"maintenanceRiskTask"
...
...
@@ -355,7 +1302,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'riskAnalysis'
,
path
:
"riskAnalysis"
...
...
@@ -369,7 +1316,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'shlx'
,
path
:
"shlx"
...
...
@@ -383,7 +1330,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintenanceRisk'
,
path
:
"maintenanceRisk"
...
...
@@ -397,7 +1344,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'queryRisk'
,
path
:
"queryRisk"
...
...
@@ -422,7 +1369,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintainTV'
,
path
:
"maintainTV"
...
...
@@ -436,7 +1383,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'enterTV'
,
path
:
"enterTV"
...
...
@@ -450,7 +1397,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'tFPasses'
,
path
:
"tFPasses"
...
...
@@ -464,7 +1411,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'correctTV'
,
path
:
"correctTV"
...
...
@@ -478,7 +1425,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'queryRecords'
,
path
:
"queryRecords"
...
...
@@ -492,7 +1439,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'punishmentRecord'
,
path
:
"punishmentRecord"
...
...
@@ -518,7 +1465,7 @@ export const constantRoutes = [
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":101001300,
// "mkid":101001300
9
,
// },
// name:'planClassification',
// path:"planClassification"
...
...
@@ -532,7 +1479,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'planManage'
,
path
:
"planManage"
...
...
@@ -546,7 +1493,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'holdCertificate'
,
path
:
"holdCertificate"
...
...
@@ -560,7 +1507,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'activityRecord'
,
path
:
"activityRecord"
...
...
@@ -574,7 +1521,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'nrtm'
,
path
:
"nrtm"
...
...
@@ -588,7 +1535,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'nros'
,
path
:
"nros"
...
...
@@ -602,7 +1549,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'nroa'
,
path
:
"nroa"
...
...
@@ -616,7 +1563,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'hotWorkApp'
,
path
:
"hotWorkApp"
...
...
@@ -630,7 +1577,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'classification'
,
path
:
"classification"
...
...
@@ -644,7 +1591,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintenanceDuty'
,
path
:
"maintenanceDuty"
...
...
@@ -658,7 +1605,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'duty'
,
path
:
"duty"
...
...
@@ -672,7 +1619,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'performanceReport'
,
path
:
"performanceReport"
...
...
@@ -686,7 +1633,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'wxzyfl'
,
path
:
"wxzyfl"
...
...
@@ -700,7 +1647,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'maintenanceStandards'
,
path
:
"maintenanceStandards"
...
...
@@ -714,7 +1661,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'workInspection'
,
path
:
"workInspection"
...
...
@@ -728,7 +1675,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'summary'
,
path
:
"summary"
...
...
@@ -756,7 +1703,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'planning'
,
path
:
"planning"
...
...
@@ -770,7 +1717,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'assessment'
,
path
:
"assessment"
...
...
@@ -784,7 +1731,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'trainRecord'
,
path
:
"trainRecord"
...
...
@@ -798,7 +1745,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'questionManage'
,
path
:
"questionManage"
...
...
@@ -812,7 +1759,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'paperManagement'
,
path
:
"paperManagement"
...
...
@@ -826,7 +1773,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'onlinExamination'
,
path
:
"onlinExamination"
...
...
@@ -840,7 +1787,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'marking'
,
path
:
"marking"
...
...
@@ -854,7 +1801,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'achievement'
,
path
:
"achievement"
...
...
@@ -881,7 +1828,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'securitySituation'
,
path
:
"securitySituation"
...
...
@@ -895,7 +1842,7 @@ export const constantRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
101001300
,
"mkid"
:
101001300
9
,
},
name
:
'dangeRecords'
,
path
:
"dangeRecords"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment