Commit 9de23a92 authored by 黄自鹏's avatar 黄自鹏

调整菜单

parent 1541e6a4
...@@ -628,9 +628,110 @@ export const powerRoutes=[ ...@@ -628,9 +628,110 @@ export const powerRoutes=[
} }
] ]
}, },
/*非常规作业*/
{
path: '/dailyb',
component: 'Layout',
hidden: false,
alwaysShow:true,
redirect: 'nrtm',
meta: {title: "日常管理", icon: "fa-cog", noCache: false, link: null,mkid:905100000},
children: [
/*{
component:'daily/nrtm/index',
hidden:false,
meta:{
"title": "非常规作业类型维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":905100100,
},
name:'nrtm',
path:"nrtm"
},*/
{
component:'daily/nros/index',
hidden:false,
meta:{
"title": "非常规作业标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":905100200,
},
name:'nros',
path:"nros"
},
/* 日常管理*/ ]
},
/*履职管理*/
{ {
path: '/dailyc',
component: 'Layout',
hidden: false,
alwaysShow:true,
redirect: 'classification',
meta: {title: "日常管理", icon: "fa-cog", noCache: false, link: null,mkid:905200000},
children: [
{
component:'daily/classification/index',
hidden:false,
meta:{
"title": "履职分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":905200100,
},
name:'classification',
path:"classification"
},
{
component:'daily/maintenanceDuty/index',
hidden:false,
meta:{
"title": "履职报告标准维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":905200200,
},
name:'maintenanceDuty',
path:"maintenanceDuty"
},
{
component:'daily/duty/index',
hidden:false,
meta:{
"title": "履职任务",
"icon": "",
"noCache": false,
"link": null,
"mkid":905200400,
},
name:'duty',
path:"duty"
},
{
component:'daily/performanceReport/index',
hidden:false,
meta:{
"title": "履职报告填写",
"icon": "",
"noCache": false,
"link": null,
"mkid":905200500,
},
name:'performanceReport',
path:"performanceReport"
},
]
},
/* 日常管理*/
/*{
path: '/daily', path: '/daily',
component: 'Layout', component: 'Layout',
hidden: false, hidden: false,
...@@ -664,7 +765,7 @@ export const powerRoutes=[ ...@@ -664,7 +765,7 @@ export const powerRoutes=[
// name:'holdCertificate', // name:'holdCertificate',
// path:"holdCertificate" // path:"holdCertificate"
// }, // },
{ /!*{
component:'daily/nrtm/index', component:'daily/nrtm/index',
hidden:false, hidden:false,
meta:{ meta:{
...@@ -689,7 +790,7 @@ export const powerRoutes=[ ...@@ -689,7 +790,7 @@ export const powerRoutes=[
}, },
name:'nros', name:'nros',
path:"nros" path:"nros"
}, },*!/
// { // {
// component:'daily/nroa/index', // component:'daily/nroa/index',
// hidden:false, // hidden:false,
...@@ -716,7 +817,7 @@ export const powerRoutes=[ ...@@ -716,7 +817,7 @@ export const powerRoutes=[
// name:'hotWorkApp', // name:'hotWorkApp',
// path:"hotWorkApp" // path:"hotWorkApp"
// }, // },
{ /!* {
component:'daily/classification/index', component:'daily/classification/index',
hidden:false, hidden:false,
meta:{ meta:{
...@@ -767,7 +868,7 @@ export const powerRoutes=[ ...@@ -767,7 +868,7 @@ export const powerRoutes=[
}, },
name:'performanceReport', name:'performanceReport',
path:"performanceReport" path:"performanceReport"
}, },*!/
{ {
component:'daily/wxzyfl/index', component:'daily/wxzyfl/index',
hidden:false, hidden:false,
...@@ -823,7 +924,7 @@ export const powerRoutes=[ ...@@ -823,7 +924,7 @@ export const powerRoutes=[
] ]
}, },*/
/* 培训管理*/ /* 培训管理*/
{ {
path: '/train', path: '/train',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment