Browse Source

提交车间管家移动端

Lijy 1 year ago
parent
commit
86897cfe1c

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/router/index.js

@@ -34,7 +34,7 @@ const router = new Router({
     },
     {
         path: "/todayPlan",
-        component: () => import("@/views/plan/todayPlan/todayPlan"),
+        component: () => import("@/views/planView/todayPlan/todayPlan"),
         meta: {
             title: "今日计划",
             keepAlive: false
@@ -42,7 +42,7 @@ const router = new Router({
     },
     {
         path: "/tomorrowPlan",
-        component: () => import("@/views/plan/tomorrowPlan/tomorrowPlan"),
+        component: () => import("@/views/planView/tomorrowPlan/tomorrowPlan"),
         meta: {
             title: "明日计划",
             keepAlive: false
@@ -50,7 +50,7 @@ const router = new Router({
     },
     {
         path: "/InsertionPlan",
-        component: () => import("@/views/plan/InsertionPlan/InsertionPlan"),
+        component: () => import("@/views/planView/InsertionPlan/InsertionPlan"),
         meta: {
             title: "插单计划",
             keepAlive: false

fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/plan/InsertionPlan/InsertionPlan.vue → fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/planView/InsertionPlan/InsertionPlan.vue


fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/plan/component/planComponent.vue → fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/planView/component/planComponent.vue


fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/plan/todayPlan/todayPlan.vue → fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/planView/todayPlan/todayPlan.vue


fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/plan/tomorrowPlan/tomorrowPlan.vue → fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/planView/tomorrowPlan/tomorrowPlan.vue