Parcourir la source

新增天镇升压站文件,修复三率分析路由问题

baiyanting il y a 1 an
Parent
commit
ccb5b3ad4a

+ 32 - 32
src/router/index.js

@@ -480,38 +480,38 @@ const routes = [
               icon: "",
             },
           },
-          {
-            path: "xtxl",
-            component: () =>
-              import(
-                "@/views/economicsOperation/efficiency/xtxl"
-              ),
-            name: "restorationEfficiency",
-            meta: {
-              title: "系统效率",
-              icon: "",
-            },
-          },
-          {
-            path: "lsl",
-            component: () =>
-              import("@/views/economicsOperation/efficiency/lsl"),
-            name: "lsl",
-            meta: {
-              title: "离散率",
-              icon: "",
-            },
-          },
-          {
-            path: "zhl",
-            component: () =>
-              import("@/views/economicsOperation/efficiency/zhl"),
-            name: "zhl",
-            meta: {
-              title: "转换率",
-              icon: "",
-            },
-          },
+          //   {
+          //     path: "xtxl",
+          //     component: () =>
+          //       import(
+          //         "@/views/economicsOperation/efficiency/xtxl"
+          //       ),
+          //     name: "restorationEfficiency",
+          //     meta: {
+          //       title: "系统效率",
+          //       icon: "",
+          //     },
+          //   },
+          //   {
+          //     path: "lsl",
+          //     component: () =>
+          //       import("@/views/economicsOperation/efficiency/lsl"),
+          //     name: "lsl",
+          //     meta: {
+          //       title: "离散率",
+          //       icon: "",
+          //     },
+          //   },
+          //   {
+          //     path: "zhl",
+          //     component: () =>
+          //       import("@/views/economicsOperation/efficiency/zhl"),
+          //     name: "zhl",
+          //     meta: {
+          //       title: "转换率",
+          //       icon: "",
+          //     },
+          //   },
         ],
       },
       {

+ 1 - 1
src/views/economicsOperation/efficiency/consumeEfficiency/index.vue

@@ -94,7 +94,7 @@
 import dayjs from "dayjs";
 import { companys, eliminatRate } from "@/api/curveAnalyse";
 export default {
-  name: "curveAnalyse",
+  name: "consumeEfficiency",
   components: {},
   data() {
     return {

+ 1 - 1
src/views/economicsOperation/efficiency/restorationEfficiency/index.vue

@@ -124,7 +124,7 @@
 import dayjs from "dayjs";
 import { companys, timelyRate } from "@/api/curveAnalyse";
 export default {
-  name: "curveAnalyse",
+  name: "restorationEfficiency",
   components: {},
   data() {
     return {

+ 1 - 1
src/views/economicsOperation/efficiency/stateEfficiency/index.vue

@@ -147,7 +147,7 @@
 import dayjs from "dayjs";
 import { companys, conversionRate } from "@/api/curveAnalyse";
 export default {
-  name: "curveAnalyse",
+  name: "stateEfficiency",
   components: {},
   data() {
     return {

Fichier diff supprimé car celui-ci est trop grand
+ 44363 - 0
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/tianzhenxusheng.vue


+ 7 - 2
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/index.vue

@@ -49,6 +49,11 @@
       class="booster-station-body"
       v-if="wpId === 'SXJ_KGDL_PL_GDC_STA'"
     />
+    <!-- 天镇旭升 -->
+    <GFtianzhenxusheng
+      class="booster-station-body"
+      v-if="wpId === 'SXJ_KGDL_TZ_GDC_STA'"
+    />
   </div>
 </template>
 <script>
@@ -58,7 +63,7 @@ import GFfangshansunjiashan from "./components/fangshansunjiashan.vue";
 import GFfanshijunfan from "./components/fanshijunfan.vue";
 import GFhuairenchuchen from "./components/huairenchuchen.vue";
 import GFpingluzuhu from "./components/pingluzuhu.vue";
-
+import GFtianzhenxusheng from "./components/tianzhenxusheng.vue";
 import GFtunliuwuyuan from "./components/tunliuwuyuan.vue";
 import GFyanggao from "./components/yanggao.vue";
 import GFyingxianjinghui from "./components/yingxianjinghui.vue";
@@ -73,7 +78,7 @@ export default {
     GFfanshijunfan,
     GFhuairenchuchen,
     GFpingluzuhu,
-
+    GFtianzhenxusheng,
     GFtunliuwuyuan,
     GFyanggao,
     GFyingxianjinghui,