zhaomiao преди 4 години
родител
ревизия
88a9c7329f
променени са 2 файла, в които са добавени 14 реда и са изтрити 5 реда
  1. 6 2
      src/views/NormRanking/GoodnessfitRank.vue
  2. 8 3
      src/views/Performance/PerformanceList.vue

+ 6 - 2
src/views/NormRanking/GoodnessfitRank.vue

@@ -201,7 +201,7 @@ export default {
       for (let i = 0; i < Object.keys(val).length; i++) {
         wt.push(val[i].windturbine);
       }
-      this.$http
+          this.$http
         .get(
           "leaderboard/fittingtopchart?wtIds=" +
             wt +
@@ -228,6 +228,7 @@ export default {
             });
           }
         });
+      
     },
     toExcel() {
       let that = this;
@@ -305,7 +306,10 @@ export default {
   },
 };
 </script>
-<style scoped>
+<style lang="scss" scoped>
+/deep/.el-table__header-wrapper  .el-checkbox{
+	display:none
+}
 </style>
   
     

+ 8 - 3
src/views/Performance/PerformanceList.vue

@@ -532,6 +532,7 @@ export default {
         lyl:[],
         wtName:[],
         total:[],
+        daynhwhssdl:[]
       }
     };
   },
@@ -621,6 +622,7 @@ export default {
           this.linechar_data.daynhxdssdl=[];
           this.linechar_data.lyl=[];
           this.linechar_data.wtName=[];
+          this.linechar_data.daynhwhssdl=[];
           let queryAll_table = res.data.data.list;
           let queryAll_table_lyl = res.data.data.lyl;
           for(let i = 0;i < Object.keys(queryAll_table).length;i++){
@@ -634,6 +636,7 @@ export default {
             that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
             that.linechar_data.wtName.push(queryAll_table[i].wtName);
             that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
+             that.linechar_data.daynhwhssdl.push(queryAll_table[i].daynhwhssdl.toFixed(2));
             }
           }
           if (this.tableid === "fc") {
@@ -745,6 +748,7 @@ export default {
           this.linechar_data.daynhxdssdl=[];
           this.linechar_data.lyl=[];
           this.linechar_data.wtName=[];
+          this.linechar_data.daynhwhssdl=[];
           let queryAll_table = res.data.data.list;
           let queryAll_table_lyl = res.data.data.lyl;
           //this.query_lyl(queryAll_table);
@@ -759,6 +763,7 @@ export default {
             that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
             that.linechar_data.wtName.push(queryAll_table[i].wtName);
             that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
+            that.linechar_data.daynhwhssdl.push(queryAll_table[i].daynhwhssdl.toFixed(2));
             }
             
           }
@@ -966,7 +971,7 @@ export default {
             emphasis: {
               focus: "series",
             },
-            data: date.daynhxdssdl,
+            data: date.daynhqfdl,
           },
           //曲线
           {
@@ -1122,7 +1127,7 @@ export default {
             emphasis: {
               focus: "series",
             },
-            data: date.daynhxdssdl,
+            data: date.daynhqfdl,
           },
           //曲线
           {
@@ -1277,7 +1282,7 @@ export default {
             emphasis: {
               focus: "series",
             },
-            data: date.daynhxdssdl,
+            data: date.daynhqfdl,
           },
           //曲线
           {