Browse Source

Merge branch 'yx' of http://61.161.152.110:10101/r/electronic-map into yx

杨宽 3 years atrás
parent
commit
a94f9b9487
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/WindSite/pages/Home/Home.vue

+ 5 - 5
src/views/WindSite/pages/Home/Home.vue

@@ -282,7 +282,7 @@ export default {
           },
           {
             title: "预测电量",
-            yAxisIndex: 1,
+            yAxisIndex: 0,
             value: [],
           },
         ],
@@ -455,7 +455,7 @@ export default {
             });
 
             that.fjmap = fjmap;
-            // that.Powertrend = Powertrend;
+            that.Powertrend = Powertrend;
             that.jczbmap = res.data.jczbmap;
             that.pieChartData = {
               dayData,
@@ -514,12 +514,12 @@ export default {
             {
               title: "发电量",
               yAxisIndex: 0,
-              value: [],
+              value: []
             },
             {
               title: "预测电量",
-              yAxisIndex: 1,
-              value: [],
+              yAxisIndex: 0,
+              value: []
             },
           ];