|
@@ -155,6 +155,13 @@ export const constantRoutes = [{
|
|
|
meta: { title: "养护计划", icon: "user" },
|
|
|
},
|
|
|
{
|
|
|
+ path: "maintain/detail/:id",
|
|
|
+ component: () =>
|
|
|
+ import ("@/views/mb/maintain/detail/index"),
|
|
|
+ name: "mbmaintaindetail",
|
|
|
+ meta: { title: "养护计划详情", icon: "user" },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "detection",
|
|
|
component: () =>
|
|
|
import ("@/views/mb/detection/index"),
|
|
@@ -162,12 +169,26 @@ export const constantRoutes = [{
|
|
|
meta: { title: "检测计划", icon: "user" },
|
|
|
},
|
|
|
{
|
|
|
+ path: "detection/detail/:id",
|
|
|
+ component: () =>
|
|
|
+ import ("@/views/mb/detection/detail/index"),
|
|
|
+ name: "mbdetectiondetail",
|
|
|
+ meta: { title: "检测计划详情", icon: "user" },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "task",
|
|
|
component: () =>
|
|
|
import ("@/views/mb/task/index"),
|
|
|
name: "mbtask",
|
|
|
meta: { title: "工单", icon: "user" },
|
|
|
},
|
|
|
+ {
|
|
|
+ path: "task/detail/:id",
|
|
|
+ component: () =>
|
|
|
+ import ("@/views/mb/task/detail/index"),
|
|
|
+ name: "mbtaskdetail",
|
|
|
+ meta: { title: "热线工单详情", icon: "user" },
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|