Commit cea4fed8 authored by zhoumaotao's avatar zhoumaotao

设备分类

parent 5808788c
......@@ -894,9 +894,23 @@ export const constantRoutes = [
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'securitySituation',
meta: {title: "设备管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
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"),
......@@ -906,7 +920,7 @@ export const constantRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid":101001300,
"mkid":908000200,
},
name:'archives',
path:"archives"
......@@ -920,7 +934,7 @@ export const constantRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid":101001300,
"mkid":908000400,
},
name:'specialEquipment',
path:"specialEquipment"
......@@ -934,7 +948,7 @@ export const constantRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid":101001300,
"mkid":908000800,
},
name:'environment',
path:"environment"
......@@ -948,7 +962,7 @@ export const constantRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid":101001300,
"mkid":908001000,
},
name:'maintain',
path:"maintain"
......@@ -962,7 +976,7 @@ export const constantRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid":101001300,
"mkid":908001200,
},
name:'inspection',
path:"inspection"
......@@ -975,8 +989,8 @@ export const constantRoutes = [
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'outsourcingDirector',
meta: {title: "外协管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
redirect: 'declare',
meta: {title: "外协管理", icon: "fa-cog", noCache: false, link: null,mkid:909000000},
children: [
{
commonComponent:'declare',
......
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