diff --git a/src/router/page/index.js b/src/router/page/index.js index 9b9d33a..96837bd 100644 --- a/src/router/page/index.js +++ b/src/router/page/index.js @@ -72,7 +72,7 @@ export default [ }, { path: '/SCHEDULING_DASHBOARD', - component: () => import(/* webpackChunkName: "page" */ '@/views/productionSchedulingPlan/schedulingDashboard/index.vue'), + component: () => import(/* webpackChunkName: "page" */ '@/views/productionSchedulingPlan/schedulingDashboard/container.vue'), name: '排产看板', meta: { keepAlive: true, diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue new file mode 100644 index 0000000..853c0ab --- /dev/null +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -0,0 +1,1949 @@ + + + + + diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index c2926f0..959bc16 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -1,1937 +1,15 @@ - - - +import dashboardIndex from "./container.vue"; + export default { + components: { dashboardIndex }, + data() { + return {}; + }, + methods: {} + }; + \ No newline at end of file diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/indexMenu.vue b/src/views/productionSchedulingPlan/schedulingDashboard/indexMenu.vue new file mode 100644 index 0000000..959bc16 --- /dev/null +++ b/src/views/productionSchedulingPlan/schedulingDashboard/indexMenu.vue @@ -0,0 +1,15 @@ + + \ No newline at end of file