1
0
Prechádzať zdrojové kódy

修改图表样式,隐藏级别列

baiyanting 1 rok pred
rodič
commit
41a0f80b07
27 zmenil súbory, kde vykonal 1618 pridanie a 1428 odobranie
  1. 1 1
      src/api/curveAnalyse.js
  2. 3 1
      src/components/alarm/index.vue
  3. 1 14
      src/components/chart/combination/area-line-chart.vue
  4. 3 11
      src/components/chart/combination/multiple-bar-line-chart.vue
  5. 1 1
      src/components/sbsAlarm/index.vue
  6. 617 528
      src/views/HealthControl/HealthDay.vue
  7. 1 1
      src/views/HealthControl/assess/assessindex.vue
  8. 1 1
      src/views/HealthControl/dayinfo.vue
  9. 319 40
      src/views/HealthControl/gradeHistory.vue
  10. 1 1
      src/views/NewPages/dj1.vue
  11. 14 16
      src/views/NewPages/power-benchmarking.vue
  12. 618 642
      src/views/NewPages/ztfx.vue
  13. 4 4
      src/views/economicsOperation/analyse/standAloneAnalyse/windDetailDialog.vue
  14. 3 3
      src/views/economicsOperation/benchmarkingManagement/valueBenchmarking/index.vue
  15. 5 136
      src/views/economicsOperation/homePage/components/barCharts.vue
  16. 1 1
      src/views/economicsOperation/homePage/index.vue
  17. 2 2
      src/views/economicsOperation/performanceAnalyse/performanceAssess/dayDetailInfo.vue
  18. 3 3
      src/views/economicsOperation/performanceAnalyse/performanceAssess/historyDetail.vue
  19. 2 2
      src/views/economicsOperation/performanceAnalyse/performanceAssess/index.vue
  20. 7 8
      src/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis/index.vue
  21. 2 2
      src/views/economicsOperation/thematicAnalysis/failure/index.vue
  22. 2 2
      src/views/economicsOperation/thematicAnalysis/maintain/index.vue
  23. 1 1
      src/views/stateMonitor/alarmCenter/commonAlarm/index.vue
  24. 1 1
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/index.vue
  25. 1 1
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/index.vue
  26. 2 2
      src/views/stateMonitor/factoryMonitor/windPowerPlant/components/pieChart.vue
  27. 2 3
      src/views/stateMonitor/powerPredictMatrix/index.vue

+ 1 - 1
src/api/curveAnalyse.js

@@ -57,7 +57,7 @@ export function gzsslList(data) {
     method: "get",
   });
 }
-//专题分析-维护损失率
+//专题分析-检修损失率
 export function whsslList(data) {
   return request({
     baseURL: process.env.VUE_APP_API,

+ 3 - 1
src/components/alarm/index.vue

@@ -62,7 +62,7 @@ export default {
         { title: "场站名称", code: "stationname", width: "200" },
         { title: "设备名称", code: "devicename", width: "180" },
         { title: "报警描述", code: "description" },
-        { title: "级别", code: "rank", width: "120" },
+        // { title: "级别", code: "rank", width: "120" },
         { title: "是否解除", code: "endts", width: "120" },
         { title: "是否确认", code: "confirmed", width: "120" },
       ],
@@ -102,6 +102,7 @@ export default {
       }
     },
     getTableData() {
+       this.BASE.showLoading();
       GetTableData({
         begin: dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
         end: dayjs().format("YYYY-MM-DD HH:mm:ss"),
@@ -112,6 +113,7 @@ export default {
         pageSize: this.page.pagesize,
         description: "",
       }).then(({ data }) => {
+        this.BASE.closeLoading();
         if (data.ls.length) {
           this.tableData = data.ls.map((item) => {
             return {

+ 1 - 14
src/components/chart/combination/area-line-chart.vue

@@ -40,14 +40,7 @@ export default {
     // 颜色
     color: {
       type: Array,
-      default: () => [
-        "#323E6F",
-        "#1DA0D7",
-        "#02BB4C",
-        "#DB5520",
-        "#EDB32F",
-        "#EDEB2F",
-      ],
+      default: () => ["#1c99ff", "#3d54be", "#f8de5b"],
     },
   },
   data() {
@@ -265,12 +258,6 @@ export default {
             data: value.value,
             smooth: true, //平滑展示
             yAxisIndex: 0,
-            // lineStyle: {
-            //   color: partten.getColor("green"),
-            // },
-            // itemStyle: {
-            //   color: partten.getColor("green"),
-            // },
           });
         });
       }

+ 3 - 11
src/components/chart/combination/multiple-bar-line-chart.vue

@@ -41,15 +41,7 @@ export default {
     // 颜色
     color: {
       type: Array,
-      default: () => [
-        "#05bb4c",
-        "#4b55ae",
-        "#fa8c16",
-        "#f8de5b",
-        "#1a93cf",
-        "#c531c7",
-        "#bd3338",
-      ],
+      default: () => ["#05bb4c", "#e17e23", "#ba3237", "#c531c7", "#1a93cf"],
     },
     showAnimation: {
       type: Boolean,
@@ -174,10 +166,10 @@ export default {
           smooth: true, //平滑展示
           yAxisIndex: 1,
           lineStyle: {
-            color: partten.getColor("yellow"),
+            color: "#f8de5b",
           },
           itemStyle: {
-            color: partten.getColor("yellow"),
+            color: "#f8de5b",
           },
         });
       }

+ 1 - 1
src/components/sbsAlarm/index.vue

@@ -91,7 +91,7 @@ export default {
         { title: "时间", code: "ts", width: "160" },
         { title: "场站名称", code: "stationname", width: "140" },
         { title: "报警描述", code: "description" },
-        { title: "级别", code: "rank", width: "110" },
+        // { title: "级别", code: "rank", width: "110" },
         { title: "是否确认", code: "confirmed", width: "110" },
         { title: "是否解除", code: "endts", width: "110" },
       ],

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 617 - 528
src/views/HealthControl/HealthDay.vue


+ 1 - 1
src/views/HealthControl/assess/assessindex.vue

@@ -238,7 +238,7 @@ export default {
             id: "id",
           },
           {
-            name: "维护损失电量(kWh)",
+            name: "检修损失电量(kWh)",
             field: "daywhssdl",
             is_num: false,
             is_light: false,

+ 1 - 1
src/views/HealthControl/dayinfo.vue

@@ -101,7 +101,7 @@ export default {
           score: "yearxdssdl",
         },
         {
-          name: "维护损失电量",
+          name: "检修损失电量",
           field: "daywhssdl",
           rank: "monthwhssdl",
           score: "yearwhssdl",

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 319 - 40
src/views/HealthControl/gradeHistory.vue


+ 1 - 1
src/views/NewPages/dj1.vue

@@ -1224,7 +1224,7 @@ export default {
               value: [],
             },
             {
-              title: "维护损失",
+              title: "检修损失",
               yAxisIndex: 0,
               value: [],
             },

+ 14 - 16
src/views/NewPages/power-benchmarking.vue

@@ -37,7 +37,7 @@
           <div class="item" v-for="(item, index) of analyselist" :key="index">
             <div class="title">{{ item.name }}</div>
             <div class="value">{{ item.actual }}%</div>
-            
+
             <div class="up-down">
               <div class="up-down-item">
                 <span class="name">环</span>
@@ -92,8 +92,6 @@
               </div>
               <div class="value">{{ item.expect }}%</div>
             </div>
-
-
           </div>
         </div>
       </div>
@@ -343,7 +341,7 @@
         </group-table>
       </div>
     </div>
-<!-- 指标分析 -->
+    <!-- 指标分析 -->
     <div class="bottom">
       <panel :title="'指标分析'">
         <multiple-bar-chart
@@ -436,7 +434,7 @@ export default {
                 width: 65,
               },
               {
-                name: "维护损失电量(万kWh)",
+                name: "检修损失电量(万kWh)",
                 field: "daynhwhssdl",
                 width: 60,
               },
@@ -825,62 +823,62 @@ export default {
                   Number(item[3].mttf)
               ),
               availability: this.filter(
-                 (Number(item[0].availability) +
+                (Number(item[0].availability) +
                   Number(item[1].availability) +
                   Number(item[2].availability) +
                   Number(item[3].availability)) /
                   4
               ),
               availabilityfactor: this.filter(
-                 (Number(item[0].availabilityfactor) +
+                (Number(item[0].availabilityfactor) +
                   Number(item[1].availabilityfactor) +
                   Number(item[2].availabilityfactor) +
                   Number(item[3].availabilityfactor)) /
                   4
               ),
               failurelossrate: this.filter(
-                 (Number(item[0].failurelossrate) +
+                (Number(item[0].failurelossrate) +
                   Number(item[1].failurelossrate) +
                   Number(item[2].failurelossrate) +
                   Number(item[3].failurelossrate)) /
                   4
               ),
               mainlossrate: this.filter(
-                 (Number(item[0].mainlossrate) +
+                (Number(item[0].mainlossrate) +
                   Number(item[1].mainlossrate) +
                   Number(item[2].mainlossrate) +
                   Number(item[3].mainlossrate)) /
                   4
               ),
               mttr: this.filter(
-                 Number(item[0].mttr) +
+                Number(item[0].mttr) +
                   Number(item[1].mttr) +
                   Number(item[2].mttr) +
                   Number(item[3].mttr)
               ),
               hiddentimely: this.filter(
-                 (Number(item[0].hiddentimely) +
+                (Number(item[0].hiddentimely) +
                   Number(item[1].hiddentimely) +
                   Number(item[2].hiddentimely) +
                   Number(item[3].hiddentimely)) /
                   4
               ),
               resettimelyrate: this.filter(
-                 (Number(item[0].resettimelyrate) +
+                (Number(item[0].resettimelyrate) +
                   Number(item[1].resettimelyrate) +
                   Number(item[2].resettimelyrate) +
                   Number(item[3].resettimelyrate)) /
                   4
               ),
               statetransitionrate: this.filter(
-                 (Number(item[0].statetransitionrate) +
+                (Number(item[0].statetransitionrate) +
                   Number(item[1].statetransitionrate) +
                   Number(item[2].statetransitionrate) +
                   Number(item[3].statetransitionrate)) /
                   4
               ),
               eliminationrate: this.filter(
-                 (Number(item[0].eliminationrate) +
+                (Number(item[0].eliminationrate) +
                   Number(item[1].eliminationrate) +
                   Number(item[2].eliminationrate) +
                   Number(item[3].eliminationrate)) /
@@ -1005,8 +1003,8 @@ export default {
       // 经济指标
       for (let item of this.economiclist) {
         let key = item.label;
-        if(key === 'agccurvefollowing' || key === 'windpoweraccuracy'){
-          shiji[key] = 0
+        if (key === "agccurvefollowing" || key === "windpoweraccuracy") {
+          shiji[key] = 0;
         }
         item.actual = this.filter(shiji[key]);
         item.mom = this.filter(shiji[key] - huanbi[key]); //环比

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 618 - 642
src/views/NewPages/ztfx.vue


+ 4 - 4
src/views/economicsOperation/analyse/standAloneAnalyse/windDetailDialog.vue

@@ -125,7 +125,7 @@
 
     <!-- tab1 -->
     <div v-if="tabIndex == 0" class="TabOne tabs">
-      <panel :title="'损失电量分析'" class="TabOne_topChart">
+      <panel :title="'功率分析'" class="TabOne_topChart">
         <area-line-chart
           :height="'100%'"
           :lineData="lostChartData"
@@ -135,7 +135,7 @@
           :showLegend="true"
         />
       </panel>
-      <panel :title="'电量'" class="TabOne_centerChart">
+      <panel :title="'损失电量分析'" class="TabOne_centerChart">
         <multiple-bar-line-chart
           :height="'100%'"
           :barData="powerChartData"
@@ -1202,7 +1202,7 @@ export default {
       };
       const { data: datas } = await getApiequipmentList(params);
       this.wtArray = datas.data;
-    //   this.wtId = datas.data[0].id;
+      //   this.wtId = datas.data[0].id;
     },
     // tab1 ----------------------------------------
     // tab1 - 获取损失电量分析图表数据
@@ -1307,7 +1307,7 @@ export default {
             value: [],
           },
           {
-            title: "维护损失",
+            title: "检修损失",
             type: "bar",
             yAxisIndex: 0,
             value: [],

+ 3 - 3
src/views/economicsOperation/benchmarkingManagement/valueBenchmarking/index.vue

@@ -40,7 +40,7 @@
         <!-- theoreticalgeneratity 理论发电量
 				generatity  发电量
 				faultLoss 故障损失率
-				mainLoss 维护损失率
+				mainLoss 检修损失率
 				performanceLoss 性能损失
 				rationingLoss 限电损失
 				involvesloss 受累损失 -->
@@ -79,7 +79,7 @@
           <el-table-column
             align="center"
             prop="mainLoss"
-            label="维护损失"
+            label="检修损失"
             sortable
           ></el-table-column>
           <el-table-column
@@ -229,7 +229,7 @@ export default {
         font-size: 16px;
         font-family: Microsoft YaHei;
         font-weight: 400;
-        color: #05BB4C;
+        color: #05bb4c;
         margin-left: 25px;
       }
     }

+ 5 - 136
src/views/economicsOperation/homePage/components/barCharts.vue

@@ -59,12 +59,11 @@ export default {
     color: {
       type: Array,
       default: () => [
-        "#005bd9",
-        "#019f2e",
-        "#db6200",
-        "#a10f0f",
-        "#850894",
-        "#9fa0a2",
+        "#ba3237",
+        "#e17e23",
+        "#05bb4c",
+        "#c531c7",
+        "#ffffff",
       ],
     },
     showAnimation: {
@@ -187,136 +186,6 @@ export default {
       }
       return result;
     },
-    colorList() {
-      let result = [
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#1c99ff" }, // 设置颜色渐变
-            { offset: 1, color: "rgba(0,70,212,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#DC143C" }, // 设置颜色渐变
-            { offset: 1, color: "rgba(255,105,180,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#ea8b00" },
-            { offset: 1, color: "rgba(168,83,0,0)" },
-          ],
-        },
-
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#696969" },
-            { offset: 1, color: "rgba(211,211,211,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#ff5378" },
-            { offset: 1, color: "rgba(167,17,49,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#05bb4c" },
-            { offset: 1, color: "rgba(0,75,11,0)" },
-          ],
-        },
-      ];
-      let result1 = [
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#DC143C" }, // 设置颜色渐变
-            { offset: 1, color: "rgba(255,105,180,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#ea8b00" },
-            { offset: 1, color: "rgba(168,83,0,0)" },
-          ],
-        },
-
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#696969" },
-            { offset: 1, color: "rgba(211,211,211,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#ff5378" },
-            { offset: 1, color: "rgba(167,17,49,0)" },
-          ],
-        },
-        {
-          type: "linear",
-          x: 0,
-          y: 0,
-          x2: 0,
-          y2: 1,
-          colorStops: [
-            { offset: 0, color: "#05bb4c" },
-            { offset: 1, color: "rgba(0,75,11,0)" },
-          ],
-        },
-      ];
-      return this.colorIndex ? result1 : result;
-    },
   },
   methods: {
     resize() {

+ 1 - 1
src/views/economicsOperation/homePage/index.vue

@@ -1088,7 +1088,7 @@ export default {
                 value: res.data.sldlfx.xndl,
               },
               {
-                name: "维护损失",
+                name: "检修损失",
                 value: res.data.sldlfx.jxdl,
               },
               {

+ 2 - 2
src/views/economicsOperation/performanceAnalyse/performanceAssess/dayDetailInfo.vue

@@ -128,7 +128,7 @@ export default {
           score: "yearxdssdl",
         },
         {
-          name: "维护损失电量",
+          name: "检修损失电量",
           field: "daywhssdl",
           rank: "monthwhssdl",
           score: "yearwhssdl",
@@ -260,7 +260,7 @@ export default {
           score: "yearxdssdl",
         },
         {
-          name: "维护损失电量",
+          name: "检修损失电量",
           field: "daywhssdl",
           rank: "monthwhssdl",
           score: "yearwhssdl",

+ 3 - 3
src/views/economicsOperation/performanceAnalyse/performanceAssess/historyDetail.vue

@@ -77,7 +77,7 @@ export default {
         { title: "平均功率(KW)", code: "daygl" },
         { title: "故障损失(kWh)", code: "daygzssdl" },
         { title: "限电损失(kWh)", code: "dayxdssdl" },
-        { title: "维护损失(kWh)", code: "daywhssdl" },
+        { title: "检修损失(kWh)", code: "daywhssdl" },
         { title: "性能损失(kWh)", code: "dayxnssdl" },
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },
@@ -95,7 +95,7 @@ export default {
         { title: "平均功率(KW)", code: "daygl" },
         { title: "故障损失(kWh)", code: "daygzssdl" },
         { title: "限电损失(kWh)", code: "dayxdssdl" },
-        { title: "维护损失(kWh)", code: "daywhssdl" },
+        { title: "检修损失(kWh)", code: "daywhssdl" },
         { title: "性能损失(kWh)", code: "dayxnssdl" },
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },
@@ -156,7 +156,7 @@ export default {
         color: #ffffff;
       }
     }
-    .el-date-editor--daterange ::v-deep{
+    .el-date-editor--daterange ::v-deep {
       background: transparent;
       border: 1px solid #2a374f;
       border-radius: 30px;

+ 2 - 2
src/views/economicsOperation/performanceAnalyse/performanceAssess/index.vue

@@ -261,7 +261,7 @@ export default {
         { title: "平均功率(KW)", code: "daygl" },
         { title: "故障损失(kWh)", code: "daygzssdl" },
         { title: "限电损失(kWh)", code: "dayxdssdl" },
-        { title: "维护损失(kWh)", code: "daywhssdl" },
+        { title: "检修损失(kWh)", code: "daywhssdl" },
         { title: "性能损失(kWh)", code: "dayxnssdl" },
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },
@@ -279,7 +279,7 @@ export default {
         { title: "平均功率(KW)", code: "daygl" },
         { title: "故障损失(kWh)", code: "daygzssdl" },
         { title: "限电损失(kWh)", code: "dayxdssdl" },
-        { title: "维护损失(kWh)", code: "daywhssdl" },
+        { title: "检修损失(kWh)", code: "daywhssdl" },
         { title: "性能损失(kWh)", code: "dayxnssdl" },
         { title: "利用小时数(h)", code: "daylyxs" },
         { title: "拟合优度(%)", code: "daynhyd" },

+ 7 - 8
src/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis/index.vue

@@ -51,7 +51,7 @@
     <div class="comAnalysis_title clearfix">
       <div class="leftContent floatLeft"><span>综合分析</span></div>
     </div>
-    <div class="downPdf">
+    <div class="downPdf" id="downPdf">
       <div class="comAnalysis_Table">
         <div class="table_month" style="margin-right: 5px">
           <div class="table_top">
@@ -583,12 +583,12 @@ export default {
     },
     getPieChart(nameTit, lenged, series, name) {
       let option = {
-        color: ["#019f2e", "#db6200", "#a10f0f", "#850894", "#9fa0a2"],
+        color: ["#05bb4c", "#ba3237", "#e17e23", "#fff", "#c531c7"],
         legend: {
           type: "scroll",
           orient: "vertical",
-          right: 10,
-          bottom: 0,
+          right: 15,
+          top: "30%",
           itemWidth: 8,
           itemHeight: 8,
           textStyle: {
@@ -645,7 +645,7 @@ export default {
         radar: [
           {
             indicator: [{ text: "" }],
-            center: ["45%", "50%"],
+            center: ["38%", "50%"],
             radius: [0, 79],
             startAngle: 60,
             splitNumber: 5,
@@ -686,7 +686,7 @@ export default {
             // name: nameTit,
             type: "pie",
             radius: [0, 80],
-            center: ["45%", "50%"],
+            center: ["38%", "50%"],
             roseType: "area",
             label: {
               normal: {
@@ -729,7 +729,7 @@ export default {
     downXlsxFn() {
       // Get_PDF.downloadPDF(document.querySelector(".comAnalysis"), "综合分析"+new Date(), false);
       Get_PDF.downloadPDF(
-        document.getElementById("app"),
+        document.getElementById("downPdf"),
         "综合分析" + new Date(),
         false
       );
@@ -767,7 +767,6 @@ export default {
     .floatRight {
       float: right;
     }
-
   }
 
   .clearfix::after {

+ 2 - 2
src/views/economicsOperation/thematicAnalysis/failure/index.vue

@@ -257,7 +257,7 @@ export default {
           name: "故障损失率",
         },
         {
-          name: "维护损失率",
+          name: "检修损失率",
         },
         {
           name: "限电损失率",
@@ -334,7 +334,7 @@ export default {
             }
           });
           break;
-        case "维护损失率":
+        case "检修损失率":
           whsslList({
             companys: this.company,
             type: this.tabIndex,

+ 2 - 2
src/views/economicsOperation/thematicAnalysis/maintain/index.vue

@@ -37,7 +37,7 @@
     </div>
     <div class="data-bodys">
       <div class="line clearfix">
-        <div class="leftContent left"><span>维护损失率</span></div>
+        <div class="leftContent left"><span>检修损失率</span></div>
       </div>
       <div class="economicTable">
         <el-table
@@ -138,7 +138,7 @@
       <div class="chart-name">
         <div class="point point-left bottom"></div>
         <div class="point point-right bottom"></div>
-        维护损失率
+        检修损失率
       </div>
       <div>
         <BarCharts

+ 1 - 1
src/views/stateMonitor/alarmCenter/commonAlarm/index.vue

@@ -197,7 +197,7 @@ export default {
         { title: "场站名称", code: "stationname", width: "220" },
         { title: "设备名称", code: "devicename", width: "200" },
         { title: "报警描述", code: "description" },
-        { title: "级别", code: "rank", width: "180" },
+        // { title: "级别", code: "rank", width: "180" },
         { title: "是否解除", code: "endts", width: "180" },
         { title: "是否确认", code: "confirmed", width: "180" },
       ],

+ 1 - 1
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/index.vue

@@ -178,7 +178,7 @@ export default {
         { title: "时间", code: "ts", width: "160" },
         { title: "场站名称", code: "stationname", width: "150" },
         { title: "报警描述", code: "description" },
-        { title: "级别", code: "rank", width: "110" },
+        // { title: "级别", code: "rank", width: "110" },
         { title: "是否解除", code: "endts", width: "110" },
         { title: "是否确认", code: "confirmed", width: "110" },
       ],

+ 1 - 1
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/index.vue

@@ -169,7 +169,7 @@ export default {
         { title: "时间", code: "ts", width: "160" },
         { title: "场站名称", code: "stationname", width: "150" },
         { title: "报警描述", code: "description" },
-        { title: "级别", code: "rank", width: "110" },
+        // { title: "级别", code: "rank", width: "110" },
         { title: "是否解除", code: "endts", width: "110" },
         { title: "是否确认", code: "confirmed", width: "110" },
       ],

+ 2 - 2
src/views/stateMonitor/factoryMonitor/windPowerPlant/components/pieChart.vue

@@ -109,7 +109,7 @@ export default {
                     ? that.lossPower?.GZSS?.toFixed(2)
                     : "0")
                 );
-              case "维护损失":
+              case "检修损失":
                 return (
                   params +
                   "       " +
@@ -217,7 +217,7 @@ export default {
                 value: this.lossPower.WHSS
                   ? this.lossPower?.WHSS / this.lossPower?.SUM
                   : 0,
-                name: "维护损失",
+                name: "检修损失",
                 realVal: this.lossPower?.WHSS,
               },
               {

+ 2 - 3
src/views/stateMonitor/powerPredictMatrix/index.vue

@@ -8,9 +8,7 @@
       element-loading-text="加载中..."
       element-loading-background="rgba(4, 12, 11, 0.8)"
     >
-      <div
-        class="chart-wrapper"
-      >
+      <div class="chart-wrapper">
         <div
           class="chart-item"
           v-for="(item, index) in list"
@@ -318,6 +316,7 @@ export default {
     align-items: center;
     background: url("~@/assets/imgs/power-bg1.png") no-repeat;
     background-size: 100% 100%;
+    cursor: pointer;
     .chart-item-name {
       display: flex;
       width: 50px;