Prechádzať zdrojové kódy

fix:弹框传参修改

开发 1 mesiac pred
rodič
commit
11c3cd9fdf

+ 3 - 3
src/components/RightPanel/GuiDaoQS/index.vue

@@ -117,7 +117,7 @@ export default {
             textStyle: {
               color: "#ccc",
             },
-            data: ["定位", "反位"],
+            data: ["搬动前后变化量", "过车变化量", "过车前后变化量"],
             selected: {
               车载仪: true,
               TQI: true,
@@ -209,7 +209,7 @@ export default {
         },
       };
 
-      changshow = option3.tubiao1;
+      changshow = option3.tubiao2;
       myChart1.setOption(changshow);
     },
 
@@ -261,7 +261,7 @@ export default {
   },
   watch: {
     "$store.state.defaultPoint": function (val) {
-      if (val.type !== "电务") return;
+      if (val.type !== "缺口") return;
       this.dataarr = {
         riqi: [],
         movechange: [],

+ 1 - 1
src/components/RightPanel/JieChuWangQS/index.vue

@@ -504,7 +504,7 @@ export default {
   },
   watch: {
     "$store.state.defaultPoint": function (val) {
-      if (val.type !== "电务") return;
+      if (val.type !== "功率") return;
       this.dataarr = {
         riqi: [],
         totalworkmax: [],

+ 1 - 1
src/components/TopPanel/dataDwManage.vue

@@ -208,7 +208,7 @@ export default {
             dcbh: record.dcbh,
             xlm: record.xm,
             czm: record.czm,
-            type: "gl",
+            type: "功率",
           });
           this.$store.dispatch("handleRightPanelVisible", true);
           this.$store.dispatch("handleLeftPanelVisible", true);

+ 1 - 1
src/components/TopPanel/dataManage.vue

@@ -313,7 +313,7 @@ export default {
             dcbh: record.dcbh,
             xlm: record.xm,
             czm: record.czm,
-            type: "gw",
+            type: "工务",
           });
           this.$store.dispatch("handleRightPanelVisible", true);
           this.$store.dispatch("handleLeftPanelVisible", true);

+ 1 - 1
src/components/TopPanel/dataQkManage.vue

@@ -198,7 +198,7 @@ export default {
             dcbh: record.dcbh,
             xlm: record.xm,
             czm: record.czm,
-            type: "qk",
+            type: "缺口",
           });
           this.$store.dispatch("handleRightPanelVisible", true);
           this.$store.dispatch("handleLeftPanelVisible", true);