فهرست منبع

Merge branch 'baiyanting' of http://124.70.43.205:3000/xieshengjie/jn_sis_zhfx into baiyanting

baiyanting 1 سال پیش
والد
کامیت
d638504428

+ 36 - 0
src/api/kpiApi/index.js

@@ -0,0 +1,36 @@
+import request from "@/tools/request.js";
+
+// 检修KPI表格
+export function maintenanceKPI(data) {
+    return request({
+        url: `overhaul-evaluate/list`,
+        method: "get",
+        params: data
+    });
+}
+
+// 运行KPI表格
+export function runningKPI(data) {
+    return request({
+        url: `operation-evaluate/list`,
+        method: "get",
+        params: data
+    });
+}
+
+// 场站KPI表格--风
+export function stationKPI(data) {
+    return request({
+        url: `wf-synthesis-evaluate/list`,
+        method: "get",
+        params: data
+    });
+}
+// 场站KPI表格--光
+export function stationXklKPI(data) {
+    return request({
+        url: `sp-synthesis-evaluate/list`,
+        method: "get",
+        params: data
+    });
+}

+ 50 - 61
src/views/economicsOperation/comprehensiveControl/maintenanceKPI/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="maintenance">
     <div class="maintenance_top">
-      <el-select
+      <!-- <el-select
         size="mini"
         v-model="tabIndex"
         placeholder="请选择"
@@ -15,7 +15,7 @@
           :value="item.id"
         >
         </el-option>
-      </el-select>
+      </el-select> -->
       <div class="station">
         时间:
         <div class="">
@@ -65,14 +65,14 @@
           border
         >
           <el-table-column
-            prop="station"
+            prop="stationName"
             label="场站"
             align="center"
             show-overflow-tooltip
           />
 
           <el-table-column
-            prop="yxbz"
+            prop="overhaulTeam"
             label="检修班组"
             align="center"
             width="60px"
@@ -80,7 +80,7 @@
           />
 
           <el-table-column
-            prop="year"
+            prop="years"
             label="年份"
             align="center"
             width="60px"
@@ -123,7 +123,7 @@
             </el-table-column>
           </el-table-column>
           <el-table-column
-            prop="score"
+            prop="remark"
             label="总评分"
             align="center"
             width="40px"
@@ -145,14 +145,9 @@
 </template>
 
 <script>
-import {
-  getApicompanyslist,
-  getApiwpByCplistlist,
-  getApioutputSpeedlist,
-} from "@/api/monthlyPerformanceAnalysis";
 import utils from "@/utills/downXlsx";
 import dayjs from "dayjs";
-import { GetStationByCompany } from "@/api/factoryMonitor/index.js";
+import { maintenanceKPI } from "@/api/kpiApi/index.js";
 export default {
   name: "maintenance", //检修KPI
   components: {},
@@ -161,29 +156,7 @@ export default {
       stationVal: "",
       stationOptions: [],
       pickerTime: "",
-      maintenanceData: [...new Array(15)].fill({
-        id: 1,
-        station: "右玉小五台风电场",
-        yxbz: "1组",
-        year: "2023",
-        month: "09",
-        fnlylValue: 1,
-        fnlylrank: 1,
-        xdsslValue: 1,
-        xdsslRank: 1,
-        xnsslValue: 1,
-        xnsslRank: 1,
-        fwjsl: 1,
-        ztzhl: 1,
-        qxxd: 1,
-        qxys: 1,
-        pjxf: 1,
-        mttf: 1,
-        sblyxs: 1,
-        zhcydl: 1,
-        yhfxzql: 1,
-        score: 12,
-      }),
+      maintenanceData: [],
       tabIndex: -1,
       tabOptions: [
         { id: -1, name: "风电" },
@@ -196,58 +169,58 @@ export default {
             {
               title: "风能利用率",
               children: [
-                { title: "值(%)", code: "fnlylValue" },
-                { title: "评分", code: "fnlylrank" },
+                { title: "值(%)", code: "fnlyl_value" },
+                { title: "评分", code: "fnlyl_mark" },
               ],
             },
             {
               title: "计划检修损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "jhjxssl_value" },
+                { title: "评分", code: "jhjxssl_mark" },
               ],
             },
             {
               title: "非计划检修损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "fjhjxssl_value" },
+                { title: "评分", code: "fjhjxssl_mark" },
               ],
             },
             {
               title: "缺陷单接单及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "qxdjdjsl_value" },
+                { title: "评分", code: "qxdjdjsl_mark" },
               ],
             },
             {
               title: "到达消缺地点及时率",
               children: [
-                { title: "值(%)", code: "ztzhl" },
-                { title: "评分", code: "ztzhl" },
+                { title: "值(%)", code: "ddxqddjsl_value" },
+                { title: "评分", code: "ddxqddjsl_mark" },
               ],
             },
             {
               title: "真实消缺及时率",
               children: [
-                { title: "值(%)", code: "qxxd" },
-                { title: "评分", code: "qxxd" },
+                { title: "值(%)", code: "zsxqjsl_value" },
+                { title: "评分", code: "zsxqjsl_mark" },
               ],
             },
             {
               title: "MTBF",
               children: [
-                { title: "值(小时)", code: "qxys" },
-                { title: "评分", code: "qxys" },
+                { title: "值(小时)", code: "mtbf_value" },
+                { title: "评分", code: "mtbf_mark" },
               ],
             },
 
             {
               title: "MTTR",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttr_value" },
+                { title: "评分", code: "mttr_mark" },
               ],
             },
           ],
@@ -258,29 +231,29 @@ export default {
             {
               title: "设备利用小时",
               children: [
-                { title: "值(小时)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(小时)", code: "sblyxs_value" },
+                { title: "评分", code: "sblyxs_mark" },
               ],
             },
             {
               title: "设备可利用率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "sbklyl_value" },
+                { title: "评分", code: "sbklyl_mark" },
               ],
             },
             {
               title: "等效可用系数",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "dxkyxs_value" },
+                { title: "评分", code: "dxkyxs_mark" },
               ],
             },
             {
               title: "隐患发现准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "yhfxzql_value" },
+                { title: "评分", code: "yhfxzql_mark" },
               ],
             },
           ],
@@ -296,7 +269,9 @@ export default {
   created() {
     this.pickerTime = dayjs().format("YYYY-MM");
   },
-  mounted() {},
+  mounted() {
+    this.getTableData()
+  },
   computed: {},
   methods: {
     handleSizeChange(val) {
@@ -307,7 +282,21 @@ export default {
       this.page.currentPage = val;
       this.getTableData();
     },
-    getTableData() {},
+    getTableData() {
+        let that = this
+        let params = {
+            pageNum: that.page.currentPage,
+            pageSize: that.page.pagesize,
+            years: that.pickerTime ? this.pickerTime.substring(0, this.pickerTime.indexOf('-'))*1 : null,
+            month: that.pickerTime ? this.pickerTime.substring(this.pickerTime.indexOf('-')+1, this.pickerTime.length)*1 : null
+        }
+        maintenanceKPI(params).then(res =>{
+            if (res) {
+                that.maintenanceData = res.data.records
+                that.page.total = res.data.total
+            }
+        })
+    },
     downXlsxFn() {
       let header = [];
       this.tableHeader.forEach((it) => {

+ 50 - 61
src/views/economicsOperation/comprehensiveControl/runningKPI/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="running">
     <div class="running_top">
-      <el-select
+      <!-- <el-select
         size="mini"
         v-model="tabIndex"
         placeholder="请选择"
@@ -16,7 +16,7 @@
           :value="item.id"
         >
         </el-option>
-      </el-select>
+      </el-select> -->
       <div class="station">
         时间:
         <div class="">
@@ -66,14 +66,14 @@
           border
         >
           <el-table-column
-            prop="station"
+            prop="stationName"
             label="场站"
             align="center"
             show-overflow-tooltip
           />
 
           <el-table-column
-            prop="yxbz"
+            prop="runningTeam"
             label="运行班组"
             align="center"
             width="60px"
@@ -81,7 +81,7 @@
           />
 
           <el-table-column
-            prop="year"
+            prop="years"
             label="年份"
             align="center"
             width="60px"
@@ -124,7 +124,7 @@
             </el-table-column>
           </el-table-column>
           <el-table-column
-            prop="score"
+            prop="remark"
             label="总评分"
             align="center"
             width="40px"
@@ -146,14 +146,9 @@
 </template>
 
 <script>
-import {
-  getApicompanyslist,
-  getApiwpByCplistlist,
-  getApioutputSpeedlist,
-} from "@/api/monthlyPerformanceAnalysis";
 import utils from "@/utills/downXlsx";
 import dayjs from "dayjs";
-import { GetStationByCompany } from "@/api/factoryMonitor/index.js";
+import { runningKPI } from "@/api/kpiApi/index.js";
 export default {
   name: "running", //运行KPI
   components: {},
@@ -162,29 +157,7 @@ export default {
       stationVal: "",
       stationOptions: [],
       pickerTime: "",
-      runningData: [...new Array(15)].fill({
-        id: 1,
-        station: "右玉小五台风电场",
-        yxbz: "1组",
-        year: "2023",
-        month: "09",
-        fnlylValue: 1,
-        fnlylrank: 1,
-        xdsslValue: 1,
-        xdsslRank: 1,
-        xnsslValue: 1,
-        xnsslRank: 1,
-        fwjsl: 1,
-        ztzhl: 1,
-        qxxd: 1,
-        qxys: 1,
-        pjxf: 1,
-        mttf: 1,
-        sblyxs: 1,
-        zhcydl: 1,
-        yhfxzql: 1,
-        score: 12,
-      }),
+      runningData: [],
       tabIndex: -1,
       tabOptions: [
         { id: -1, name: "风电" },
@@ -197,64 +170,64 @@ export default {
             {
               title: "风能利用率",
               children: [
-                { title: "值(%)", code: "fnlylValue" },
-                { title: "评分", code: "fnlylrank" },
+                { title: "值(%)", code: "fnlyl_value" },
+                { title: "评分", code: "fnlyl_mark" },
               ],
             },
             {
               title: "限电损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "xdssl_value" },
+                { title: "评分", code: "xdssl_mark" },
               ],
             },
             {
               title: "性能损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "xnssl_value" },
+                { title: "评分", code: "xnssl_mark" },
               ],
             },
             {
               title: "复位及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "fwjsl_value" },
+                { title: "评分", code: "fwjsl_mark" },
               ],
             },
             {
               title: "状态转换及时率",
               children: [
-                { title: "值(%)", code: "ztzhl" },
-                { title: "评分", code: "ztzhl" },
+                { title: "值(%)", code: "ztzhjsl_value" },
+                { title: "评分", code: "ztzhjsl_mark" },
               ],
             },
             {
               title: "缺陷下单及时率",
               children: [
-                { title: "值(%)", code: "qxxd" },
-                { title: "评分", code: "qxxd" },
+                { title: "值(%)", code: "qxxdjsl_value" },
+                { title: "评分", code: "qxxdjsl_mark" },
               ],
             },
             {
               title: "缺陷验收及时率",
               children: [
-                { title: "值(%)", code: "qxys" },
-                { title: "评分", code: "qxys" },
+                { title: "值(%)", code: "qxysjsl_value" },
+                { title: "评分", code: "qxysjsl_mark" },
               ],
             },
             {
               title: "平均小风切入风速",
               children: [
-                { title: "值(m/s)", code: "pjxf" },
-                { title: "评分", code: "pjxf" },
+                { title: "值(m/s)", code: "pjxfqrfs_value" },
+                { title: "评分", code: "pjxfqrfs_mark" },
               ],
             },
             {
               title: "MTTF",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttf_value" },
+                { title: "评分", code: "mttf_mark" },
               ],
             },
           ],
@@ -265,22 +238,22 @@ export default {
             {
               title: "设备利用小时",
               children: [
-                { title: "值(小时)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(小时)", code: "sblyxs_value" },
+                { title: "评分", code: "sblyxs_mark" },
               ],
             },
             {
               title: "综合厂用电率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "zhcydl_value" },
+                { title: "评分", code: "zhcydl_mark" },
               ],
             },
             {
               title: "隐患发现准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "yhfxzql_value" },
+                { title: "评分", code: "yhfxzql_mark" },
               ],
             },
           ],
@@ -296,7 +269,9 @@ export default {
   created() {
     this.pickerTime = dayjs().format("YYYY-MM");
   },
-  mounted() {},
+  mounted() {
+    this.getTableData()
+  },
   computed: {},
   methods: {
     handleSizeChange(val) {
@@ -307,7 +282,21 @@ export default {
       this.page.currentPage = val;
       this.getTableData();
     },
-    getTableData() {},
+    getTableData() {
+        let that = this
+        let params = {
+            pageNum: that.page.currentPage,
+            pageSize: that.page.pagesize,
+            years: that.pickerTime ? this.pickerTime.substring(0, this.pickerTime.indexOf('-'))*1 : null,
+            month: that.pickerTime ? this.pickerTime.substring(this.pickerTime.indexOf('-')+1, this.pickerTime.length)*1 : null
+        }
+        runningKPI(params).then(res =>{
+            if (res) {
+                that.runningData = res.data.records
+                that.page.total = res.data.total
+            }
+        })
+    },
     downXlsxFn() {
       let header = [];
       this.tableHeader.forEach((it) => {

+ 110 - 118
src/views/economicsOperation/comprehensiveControl/stationControlKPI/index.vue

@@ -67,13 +67,13 @@
           border
         >
           <el-table-column
-            prop="station"
+            prop="stationName"
             label="场站"
             align="center"
             show-overflow-tooltip
           />
           <el-table-column
-            prop="year"
+            prop="years"
             label="年份"
             align="center"
             width="58"
@@ -95,11 +95,7 @@
             align="center"
           >
             <el-table-column
-              v-for="(subItem, subIndex) in tabIndex == -1
-                ? item.children
-                : item.childrenG
-                ? item.childrenG
-                : item.children"
+              v-for="(subItem, subIndex) in tabIndex == -1 ? item.children : item.childrenG ? item.childrenG : item.children"
               :key="subIndex"
               :prop="subItem.code"
               :label="subItem.title"
@@ -120,7 +116,7 @@
             </el-table-column>
           </el-table-column>
           <el-table-column
-            prop="score"
+            prop="remark"
             label="总评分"
             align="center"
             width="40"
@@ -142,14 +138,9 @@
 </template>
 
 <script>
-import {
-  getApicompanyslist,
-  getApiwpByCplistlist,
-  getApioutputSpeedlist,
-} from "@/api/monthlyPerformanceAnalysis";
 import utils from "@/utills/downXlsx";
 import dayjs from "dayjs";
-import { GetStationByCompany } from "@/api/factoryMonitor/index.js";
+import { stationKPI, stationXklKPI } from "@/api/kpiApi/index.js";
 export default {
   name: "stationControl", //场站管控KPI
   components: {},
@@ -158,29 +149,7 @@ export default {
       stationVal: "",
       stationOptions: [],
       pickerTime: "",
-      stationControlData: [...new Array(15)].fill({
-        id: 1,
-        station: "右玉小五台风电场",
-        yxbz: "1组",
-        year: "2023",
-        month: "09",
-        fnlylValue: 1,
-        fnlylrank: 1,
-        xdsslValue: 1,
-        xdsslRank: 1,
-        xnsslValue: 1,
-        xnsslRank: 1,
-        fwjsl: 1,
-        ztzhl: 1,
-        qxxd: 1,
-        qxys: 1,
-        pjxf: 1,
-        mttf: 1,
-        sblyxs: 1,
-        zhcydl: 1,
-        yhfxzql: 1,
-        score: 12,
-      }),
+      stationControlData: [],
       tabIndex: -1,
       tabOptions: [
         { id: -1, name: "风电" },
@@ -193,15 +162,15 @@ export default {
             {
               title: "人身、设备事故",
               children: [
-                { title: "值(次)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(次)", code: "rssbsg_value" },
+                { title: "评分", code: "rssbsg_mark" },
               ],
             },
             {
               title: "设备一类障碍",
               children: [
-                { title: "值(次)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(次)", code: "sbylza_value" },
+                { title: "评分", code: "sbylza_mark" },
               ],
             },
           ],
@@ -212,78 +181,78 @@ export default {
             {
               title: "风能利用率",
               children: [
-                { title: "值(%)", code: "fnlylValue" },
-                { title: "评分", code: "fnlylrank" },
+                { title: "值(%)", code: "fnlyl_value" },
+                { title: "评分", code: "fnlyl_mark" },
               ],
             },
             {
               title: "计划检修损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "jhjxssl_value" },
+                { title: "评分", code: "jhjxssl_mark" },
               ],
             },
             {
               title: "非计划检修损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "fjhjxssl_value" },
+                { title: "评分", code: "fjhjxssl_mark" },
               ],
             },
             {
               title: "限电损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "xdssl_value" },
+                { title: "评分", code: "xdssl_mark" },
               ],
             },
             {
               title: "性能损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "xnssl_value" },
+                { title: "评分", code: "xnssl_mark" },
               ],
             },
             {
               title: "复位及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "fwjsl_value" },
+                { title: "评分", code: "fwjsl_mark" },
               ],
             },
             {
               title: "状态转换及时率",
               children: [
-                { title: "值(%)", code: "ztzhl" },
-                { title: "评分", code: "ztzhl" },
+                { title: "值(%)", code: "ztzhjsl_value" },
+                { title: "评分", code: "ztzhjsl_mark" },
               ],
             },
             {
               title: "故障处理及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "gzcljsl_value" },
+                { title: "评分", code: "gzcljsl_mark" },
               ],
             },
             {
               title: "MTBF",
               children: [
-                { title: "值(小时)", code: "qxys" },
-                { title: "评分", code: "qxys" },
+                { title: "值(小时)", code: "mtbf_value" },
+                { title: "评分", code: "mtbf_mark" },
               ],
             },
             {
               title: "MTTF",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttf_value" },
+                { title: "评分", code: "mttf_mark" },
               ],
             },
             {
               title: "MTTR",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttr_value" },
+                { title: "评分", code: "mttr_mark" },
               ],
             },
           ],
@@ -291,78 +260,78 @@ export default {
             {
               title: "光能利用率",
               children: [
-                { title: "值(%)", code: "fnlylValue" },
-                { title: "评分", code: "fnlylrank" },
+                { title: "值(%)", code: "gnlyl_value" },
+                { title: "评分", code: "gnlyl_mark" },
               ],
             },
             {
               title: "计划检修损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "jhjxssl_value" },
+                { title: "评分", code: "jhjxssl_mark" },
               ],
             },
             {
               title: "非计划检修损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "fjhjxssl_value" },
+                { title: "评分", code: "fjhjxssl_mark" },
               ],
             },
             {
               title: "限电损失率",
               children: [
-                { title: "值(%)", code: "xdsslValue" },
-                { title: "评分", code: "xdsslRank" },
+                { title: "值(%)", code: "xdssl_value" },
+                { title: "评分", code: "xdssl_mark" },
               ],
             },
             {
               title: "性能损失率",
               children: [
-                { title: "值(%)", code: "xnsslValue" },
-                { title: "评分", code: "xnsslRank" },
+                { title: "值(%)", code: "xnssl_value" },
+                { title: "评分", code: "xnssl_mark" },
               ],
             },
             {
               title: "复位及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "fwjsl_value" },
+                { title: "评分", code: "fwjsl_mark" },
               ],
             },
             {
               title: "状态转换及时率",
               children: [
-                { title: "值(%)", code: "ztzhl" },
-                { title: "评分", code: "ztzhl" },
+                { title: "值(%)", code: "ztzhjsl_value" },
+                { title: "评分", code: "ztzhjsl_mark" },
               ],
             },
             {
               title: "故障处理及时率",
               children: [
-                { title: "值(%)", code: "fwjsl" },
-                { title: "评分", code: "fwjsl" },
+                { title: "值(%)", code: "gzcljsl_value" },
+                { title: "评分", code: "gzcljsl_mark" },
               ],
             },
             {
               title: "MTBF",
               children: [
-                { title: "值(小时)", code: "qxys" },
-                { title: "评分", code: "qxys" },
+                { title: "值(小时)", code: "mtbf_value" },
+                { title: "评分", code: "mtbf_mark" },
               ],
             },
             {
               title: "MTTF",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttf_value" },
+                { title: "评分", code: "mttf_mark" },
               ],
             },
             {
               title: "MTTR",
               children: [
-                { title: "值(小时)", code: "mttf" },
-                { title: "评分", code: "mttf" },
+                { title: "值(小时)", code: "mttr_value" },
+                { title: "评分", code: "mttr_mark" },
               ],
             },
           ],
@@ -373,43 +342,43 @@ export default {
             {
               title: "设备利用小时",
               children: [
-                { title: "值(小时)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(小时)", code: "sblyxs_value" },
+                { title: "评分", code: "sblyxs_mark" },
               ],
             },
             {
               title: "综合厂用电率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "zhcydl_value" },
+                { title: "评分", code: "zhcydl_mark" },
               ],
             },
             {
               title: "设备可利用率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "sbklyl_value" },
+                { title: "评分", code: "sbklyl_mark" },
               ],
             },
             {
               title: "等效可用系数",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "dxkyxs_value" },
+                { title: "评分", code: "dxkyxs_mark" },
               ],
             },
             {
               title: "隐患发现准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "yhfxzql_value" },
+                { title: "评分", code: "yhfxzql_mark" },
               ],
             },
             {
               title: "风功率预测准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "fglyczql_value" },
+                { title: "评分", code: "fglyczql_mark" },
               ],
             },
           ],
@@ -417,43 +386,43 @@ export default {
             {
               title: "设备利用小时",
               children: [
-                { title: "值(小时)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(小时)", code: "sblyxs_value" },
+                { title: "评分", code: "sblyxs_mark" },
               ],
             },
             {
               title: "综合厂用电率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "zhcydl_value" },
+                { title: "评分", code: "zhcydl_mark" },
               ],
             },
             {
               title: "设备可利用率",
               children: [
-                { title: "值(%)", code: "zhcydl" },
-                { title: "评分", code: "zhcydl" },
+                { title: "值(%)", code: "sbklyl_value" },
+                { title: "评分", code: "sbklyl_mark" },
               ],
             },
             {
               title: "等效可用系数",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "dxkyxs_value" },
+                { title: "评分", code: "dxkyxs_mark" },
               ],
             },
             {
               title: "隐患发现准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "yhfxzql_value" },
+                { title: "评分", code: "yhfxzql_mark" },
               ],
             },
             {
               title: "光功率预测准确率",
               children: [
-                { title: "值(%)", code: "yhfxzql" },
-                { title: "评分", code: "yhfxzql" },
+                { title: "值(%)", code: "gglyczql_value" },
+                { title: "评分", code: "gglyczql_mark" },
               ],
             },
           ],
@@ -464,22 +433,22 @@ export default {
             {
               title: "平均风速",
               children: [
-                { title: "值(m/s)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(m/s)", code: "pjfs_value" },
+                { title: "评分", code: "pjfs_mark" },
               ],
             },
             {
               title: "静风频率",
               children: [
-                { title: "值(%)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(%)", code: "jfpl_value" },
+                { title: "评分", code: "jfpl_mark" },
               ],
             },
             {
               title: "有效风时率",
               children: [
-                { title: "值(%)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(%)", code: "yxfsl_value" },
+                { title: "评分", code: "yxfsl_mark" },
               ],
             },
           ],
@@ -487,8 +456,8 @@ export default {
             {
               title: "累计辐射总量",
               children: [
-                { title: "值(兆焦/平米)", code: "sblyxs" },
-                { title: "评分", code: "sblyxs" },
+                { title: "值(兆焦/平米)", code: "ljfszl_value" },
+                { title: "评分", code: "ljfszl_mark" },
               ],
             },
           ],
@@ -516,7 +485,30 @@ export default {
       this.getTableData();
     },
 
-    getTableData() {},
+    getTableData() {
+        let that = this
+        let params = {
+            pageNum: that.page.currentPage,
+            pageSize: that.page.pagesize,
+            years: that.pickerTime ? this.pickerTime.substring(0, this.pickerTime.indexOf('-'))*1 : null,
+            month: that.pickerTime ? this.pickerTime.substring(this.pickerTime.indexOf('-')+1, this.pickerTime.length)*1 : null
+        }
+        if (that.tabIndex == -1) {
+            stationKPI(params).then(res =>{
+                if (res) {
+                    that.stationControlData = res.data.records
+                    that.page.total = res.data.total
+                }
+            })
+        } else {
+            stationXklKPI(params).then(res =>{
+                if (res) {
+                    that.stationControlData = res.data.records
+                    that.page.total = res.data.total
+                }
+            })
+        }
+    },
     downXlsxFn() {
       let header = [];
       this.tableHeader.forEach((it) => {