|
@@ -33,7 +33,8 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: "/todayPlan",
|
|
|
+ // path: "/todayPlan",
|
|
|
+ path: "/plan/today",
|
|
|
component: () => import("@/views/planView/todayPlan/todayPlan"),
|
|
|
meta: {
|
|
|
title: "今日计划",
|
|
@@ -50,7 +51,8 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: "/tomorrowPlan",
|
|
|
+ // path: "/tomorrowPlan",
|
|
|
+ path: "/plan/tomorrow",
|
|
|
component: () => import("@/views/planView/tomorrowPlan/tomorrowPlan"),
|
|
|
meta: {
|
|
|
title: "明日计划",
|
|
@@ -58,7 +60,8 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: "/InsertionPlan",
|
|
|
+ // path: "/InsertionPlan",
|
|
|
+ path: "/plan/orderInsert",
|
|
|
component: () => import("@/views/planView/InsertionPlan/InsertionPlan"),
|
|
|
meta: {
|
|
|
title: "插单计划",
|
|
@@ -75,7 +78,8 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: "/statisticsView",
|
|
|
+ // path: "/statisticsView",
|
|
|
+ path: "/statistic",
|
|
|
component: () => import("@/views/statisticsView/statisticsView"),
|
|
|
meta: {
|
|
|
title: "数据统计",
|
|
@@ -99,7 +103,8 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: "/workView",
|
|
|
+ // path: "/workView",
|
|
|
+ path: "/report",
|
|
|
component: () => import("@/views/workView/workView"),
|
|
|
meta: {
|
|
|
title: "报工",
|