Browse Source

2021/07/24 -lrl

lirl 3 years ago
parent
commit
da2862a394
1 changed files with 11 additions and 4 deletions
  1. 11 4
      src/views/energyPlan/router/index.js

+ 11 - 4
src/views/energyPlan/router/index.js

@@ -45,7 +45,10 @@ import planProjectMachineCoke from '@/views/energyPlan/components/supplyAndDeman
 import planProjectGeneration from '@/views/energyPlan/components/supplyAndDemand/planProjectGeneration.vue'
 // 年度计划编制(建材厂-石灰) xt-ems-front/src/views/energyPlan/components/supplyAndDemand/planProjectLimePowder.vue
 import planProjectLimePowder from '@/views/energyPlan/components/supplyAndDemand/planProjectLimePowder.vue'
-
+// 轮次计划(炼钢)src\views\energyPlan\components\supplyAndDemand\planProjectRoundLG.vue
+import PlanProjectRoundLG from '@/views/energyPlan/components/supplyAndDemand/planProjectRoundLG.vue'
+// 轮次计划(型钢) H:\湖南视拓\安泰能源项目\xt-ems-front\src\views\energyPlan\components\supplyAndDemand\planProjectRoundXG.vue
+import PlanProjectRoundXG from '@/views/energyPlan/components/supplyAndDemand/planProjectRoundXG.vue'
 Vue.use(Router)
 
 export default new Router({
@@ -156,13 +159,17 @@ export default new Router({
                 path: 'planProjectLimePowder',
                 name: 'planProjectLimePowder',
                 component: planProjectLimePowder
-            }
-/*            ,
+            },
             {
                 path: 'PlanProjectRoundLG',
                 name: 'PlanProjectRoundLG',
                 component: PlanProjectRoundLG
-            } */
+            },
+            {
+                path: 'PlanProjectRoundXG',
+                name: 'PlanProjectRoundXG',
+                component: PlanProjectRoundXG
+            }
         ]
     }]
 })