Bladeren bron

月度分析报告增加场站名称,性能等级评估页面综合排名增加可排序

baiyanting 1 jaar geleden
bovenliggende
commit
4c46d7e24c

+ 1 - 0
src/views/economicsOperation/windAnalyse/monthlyAnalysis/index.vue

@@ -302,6 +302,7 @@ export default {
       return y + "-" + m;
     },
     reportDialogFn(row) {
+    
       this.dialogVisible = true;
       this.dialogTitle = row.wtcode;
       this.pickerTimerYear = this.pickerTimer.substring(

+ 12 - 10
src/views/economicsOperation/windAnalyse/monthlyAnalysis/reportDialog.vue

@@ -13,9 +13,9 @@
   >
     <div class="dialogHeader">
       <span
-        >{{ dialogTitle }}号风机{{ pickerTimerYear }}年{{
-          pickerTimerMonth
-        }}月运行指标性能分析</span
+        >{{ rowData?.windPowerStationName }}{{ dialogTitle }}号风机{{
+          pickerTimerYear
+        }}年{{ pickerTimerMonth }}月运行指标性能分析</span
       >
     </div>
     <div class="monthReportTable">
@@ -33,7 +33,8 @@
     </div>
     <div class="monthReportMsage">
       <div class="textIndent">
-        1.本月{{ dialogTitle }}号风机风机设备利用小时数{{
+        1.本月{{ rowData?.windPowerStationName
+        }}{{ dialogTitle }}号风机风机设备利用小时数{{
           tableVal.byzb && (tableVal.byzb.lyxs || 0)
         }}小时、同比{{ tableVal.tqzb && (tableVal.tqzb.lyxs || 0) }}小时,
         设备可利用率{{ tableVal.byzb && (tableVal.byzb.sbklyl || 0) }}%、同比{{
@@ -48,11 +49,12 @@
         }}%、同比{{ tableVal.tqzb && (tableVal.tqzb.glyzxxs || 0) }}%。
       </div>
       <div class="textIndent">
-        2.{{ dialogTitle }}风机{{ pickerTimerYear }}年{{
-          pickerTimerMonth
-        }}月平均风速{{ tableVal.byzb && (tableVal.byzb.fs || 0) }}m/s、同比{{
-          tableVal.tqzb && (tableVal.tqzb.fs || 0)
-        }}m/s, 小风平均切入风速{{
+        2.{{ rowData?.windPowerStationName }}{{ dialogTitle }}风机{{
+          pickerTimerYear
+        }}年{{ pickerTimerMonth }}月平均风速{{
+          tableVal.byzb && (tableVal.byzb.fs || 0)
+        }}m/s、同比{{ tableVal.tqzb && (tableVal.tqzb.fs || 0) }}m/s,
+        小风平均切入风速{{
           tableVal.byzb && (tableVal.byzb.xfqr || 0)
         }}m/s、同比{{ tableVal.tqzb && (tableVal.tqzb.xfqr || 0) }}m/s,
         有效风时数{{ tableVal.byzb && (tableVal.byzb.yxfss || 0) }}小时、同比{{
@@ -580,7 +582,7 @@ export default {
     getFiveBarEchart(xAxis, lenged, series) {
       let option = {
         backgroundColor: this.showWhite ? "#fff" : "",
-        color: [ "#e17e23", "#ba3237", "#c531c7", "#000","#05bb4c",],
+        color: ["#e17e23", "#ba3237", "#c531c7", "#000", "#05bb4c"],
         title: {
           text: "损失电量分析",
           textStyle: {

+ 9 - 4
src/views/economicsOperation/windAnalyse/performanceAssess/index.vue

@@ -125,7 +125,7 @@
       "
     >
       <div class="Evaluation_title clearfix">
-        <div class="leftContent "><span>月度性能等级评估</span></div>
+        <div class="leftContent"><span>月度性能等级评估</span></div>
       </div>
 
       <div class="economicTable1">
@@ -144,7 +144,12 @@
           </el-table-column>
           <el-table-column prop="dayLevel" label="等级" align="center">
           </el-table-column>
-          <el-table-column prop="dayRank" label="综合排名" align="center">
+          <el-table-column
+            prop="dayRank"
+            label="综合排名"
+            sortable
+            align="center"
+          >
           </el-table-column>
           <el-table-column
             v-for="(item, index) in tabEvent === -1
@@ -268,7 +273,7 @@ export default {
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },
         { title: "可利用率(%)", code: "daysbklyl" },
-        { title: "可用系数(%)", code: "daydxkyxs" },
+        { title: "等效可用系数(%)", code: "daydxkyxs" },
         { title: "有效风时数(h)", code: "dayyxfss" },
         { title: "平均切入(m/s)", code: "dayxfqr" },
         { title: "静风频率(%)", code: "dayjfpl" },
@@ -286,7 +291,7 @@ export default {
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },
         { title: "可利用率(%)", code: "daysbklyl" },
-        { title: "可用系数(%)", code: "daydxkyxs" },
+        { title: "等效可用系数(%)", code: "daydxkyxs" },
         { title: "有效光时数(h)", code: "dayyxfss" },
         { title: "功率一致性(%)", code: "dayglyzxxs" },
       ],