zhaomiao 4 years ago
parent
commit
d685dab464

+ 2 - 2
src/views/ProjectBenchmark/ProjectBenchmark_particulars.vue

@@ -615,8 +615,8 @@ export default {
       multipleSelection2: [],
       orderByColumn: "",
       isAsc: "asc",
-      fdcLineData: "",
-      fdcLineData2: "",
+      fdcLineData: [],
+      fdcLineData2: [],
       currentPage2: 1,
       pagesize: 10,
       wpId: "",

+ 0 - 8
src/views/PropertyBenchnark/PropertBenchmark.vue

@@ -404,7 +404,6 @@
 import * as echarts from "echarts";
 import formateDate from "@/utils/date";
 import formateDate1 from "@/utils/date_1";
-import FiveLossRatesPieChart from "../../views/benchMarking/FiveLossRatesPieChart.vue";
 import FiveLossRatesHistogramChart from "../../views/benchMarking/FiveLossRatesHistogramChart.vue";
 export default {
   data() {
@@ -496,7 +495,6 @@ export default {
       return "text-align:center";
     },
     onSubmit() {
-      console.log("submit!");
     },
     handleClick() {},
     deleteRow(index, rows) {
@@ -528,7 +526,6 @@ export default {
             name: this.multipleSelection[i].wpName,
           });
         }
-        console.log(this.lineDataOption);
         this.$router.push({
           path: "/benchmark_property_particulars",
           query: {
@@ -540,9 +537,7 @@ export default {
           },
         });
       } else {
-        console.log(b);
         this.lineDataOption.push({ id: b.wpId, name: b.wpName });
-        console.log(this.lineDataOption);
         this.$router.push({
           path: "/benchmark_property_particulars",
           query: {
@@ -694,10 +689,8 @@ export default {
       }
     },
     handleCurrentChange(val) {
-      // console.log(`当前页: ${val}`);
     },
     handleSizeChange(val) {
-      console.log(`每页 ${val} 条`);
       this.pagesize = val;
     },
     changeTableSort(column) {
@@ -879,7 +872,6 @@ export default {
       charts2.setOption(option2);
     },
     getPackageData(gridData, value2) {
-      console.log(value2);
       for (let i = 0; i < gridData.length; i++) {
         this.getChartDataValue.push({
           value: gridData[i].fdl,

+ 2 - 2
src/views/PropertyBenchnark/PropertBenchmark_particulars.vue

@@ -596,8 +596,8 @@ export default {
       multipleSelection2: [],
       orderByColumn: "",
       isAsc: "asc",
-      fdcLineData: "",
-      fdcLineData2: "",
+      fdcLineData: [],
+      fdcLineData2: [],
       currentPage2: 1,
       pagesize: 10,
       wpId: "",

+ 1 - 1
src/views/SinglePerformanceAnalysis/PowerandWindspeedChart.vue

@@ -64,7 +64,7 @@
         id="scatter_diagram"
         style="
           height: 730px;
-          width: 1993px;
+          width: 95%;
           margin-left: 9px;
           margin-bottom: 39px;
         "

+ 1 - 1
src/views/SinglePerformanceAnalysis/individualPandectinformationdetails.vue

@@ -1473,7 +1473,7 @@ export default {
             name: "应发功率",
             type: "line",
             smooth: true,
-            data: this.zoom.yfgl,
+            data: this.zoom.bzgl,
             markArea: {
               data: this.datezoom_table,
             },