Bladeren bron

报表,问题修改

SunZehao 5 maanden geleden
bovenliggende
commit
f5fa81965f
30 gewijzigde bestanden met toevoegingen van 1931 en 1245 verwijderingen
  1. 7 5
      .env.production
  2. 1 1
      src/components/other/healthReport/index.vue
  3. 982 890
      src/router/index.js
  4. 0 18
      src/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index.vue
  5. 2 2
      src/views/economicsOperation/benchmarkingManagement/loseRate/index.vue
  6. 11 11
      src/views/economicsOperation/benchmarkingManagement/projectBenchmarking/dataJson.json
  7. 569 0
      src/views/economicsOperation/healthReport/index.vue
  8. 26 26
      src/views/economicsOperation/thematicAnalysis/MTBF/dataJson.json
  9. 65 65
      src/views/economicsOperation/thematicAnalysis/failure/dataJson.json
  10. 65 65
      src/views/economicsOperation/thematicAnalysis/generation/dataJson.json
  11. 13 13
      src/views/economicsOperation/thematicAnalysis/windEnergy/dataJson.json
  12. 4 3
      src/views/layout/Header.vue
  13. 1 1
      src/views/layout/Menu.vue
  14. 0 39
      src/views/nxReport/czjbbb/index.vue
  15. 1 1
      src/views/nxReport/erp/index.vue
  16. 12 0
      src/views/nxReport/czzbjshjlb/index.vue
  17. 0 39
      src/views/nxReport/czzyb/index.vue
  18. 1 2
      src/views/nxReport/xmjbbb/index.vue
  19. 12 0
      src/views/nxReport/dlcsdmb/index.vue
  20. 11 0
      src/views/nxReport/index.vue
  21. 2 2
      src/views/nxReport/gkjlb/index.vue
  22. 12 0
      src/views/nxReport/scrb/index.vue
  23. 0 30
      src/views/nxReport/yxqk/index.vue
  24. 2 2
      src/views/nxReport/fdscqk/index.vue
  25. 30 0
      src/views/nxReport/zbyxcsjlb/components/huianfddltj.vue
  26. 30 0
      src/views/nxReport/zbyxcsjlb/components/huianfjyxcseq.vue
  27. 30 0
      src/views/nxReport/zbyxcsjlb/components/huianfjyxcsyq.vue
  28. 30 0
      src/views/nxReport/zbyxcsjlb/components/huiansyzyxcs.vue
  29. 12 0
      src/views/nxReport/zbyxcsjlb/index.vue
  30. 0 30
      src/views/nxReport/zhbb/index.vue

+ 7 - 5
.env.production

@@ -1,7 +1,7 @@
-# VUE_APP_API=http://123.60.223.250:48080
-# VUE_APP_TEST=http://123.60.223.250:48080
-# VUE_APP_WS='ws://123.60.223.250:48080'
-# VUE_APP_ADAPTERURL=http://123.60.223.250:48080
+# VUE_APP_API=http://123.60.219.66:48080
+# VUE_APP_TEST=http://123.60.219.66:48080
+# VUE_APP_WS='ws://123.60.219.66:48080'
+# VUE_APP_ADAPTERURL=http://123.60.219.66:48080
 
 VUE_APP_API=http://10.220.1.8:48080
 VUE_APP_TEST=http://10.220.1.8:48080
@@ -24,7 +24,9 @@ VUE_APP_ALARM=http://10.220.1.8:48080
 # 登录
 VUE_APP_VUE_LOGIN_URL=http://10.220.1.8:48080
 # VUE_APP_VUE_LOGIN_URL=http://123.60.219.66:48080
-# VUE_APP_API=http://120.46.128.147:6060
+
+
+# VUE_APP_API=http://123.60.219.66:6060
 VUE_APP_API=http://10.220.1.8:6060
 # VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_WS='ws://10.81.3.155:9002'

+ 1 - 1
src/components/other/healthReport/index.vue

@@ -2229,7 +2229,7 @@ export default {
 
   .pdfDom {
     padding: 30px 50px;
-    color: #c0ccda;
+    color: #9ca6b1;
   }
 
   .title {

File diff suppressed because it is too large
+ 982 - 890
src/router/index.js


+ 0 - 18
src/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index.vue

@@ -81,16 +81,6 @@
         <el-button class="buttons" round size="mini">查询</el-button>
         </div>
       </div>
-      <div class="btns">
-        <el-button
-          size="mini"
-          class="buttons"
-          @click="export2Excel"
-          round
-        >
-          导出</el-button
-        >
-      </div>
     </div>
 
     <div class="table-wrapper">
@@ -171,7 +161,6 @@
         ></el-pagination>
       </div>
     </div>
-    <HealthReport ref="healthReportRef"></HealthReport>
   </div>
 </template>
 
@@ -182,7 +171,6 @@ import { watch, reactive, nextTick, computed, onMounted, ref } from "vue";
 import { useRouter, useRoute } from "vue-router";
 import BASE from "@/tools/basicTool.js";
 import dayjs from "dayjs";
-import HealthReport from "@com/other/healthReport/index.vue";
 import {
   alarm_history,
   new_alarm_history,
@@ -200,8 +188,6 @@ const store = useStore();
 
 const route = useRoute();
 
-const healthReportRef = ref()
-
 onMounted(() => {
   state.dateTime = [
     dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
@@ -633,10 +619,6 @@ const query = reactive({
   pageTotal: null,
 });
 
-const export2Excel = () =>{
-    healthReportRef.value.dialogVisible = true
-}
-
 // 获取历史记录表
 const getAlarmHistoryt = async () => {
   //   if (route.params.deviceId && route.params.alarmId) {

+ 2 - 2
src/views/economicsOperation/benchmarkingManagement/loseRate/index.vue

@@ -151,7 +151,7 @@
     </div>
     <div class="bodys" v-if="!displayDetail">
       <div class="line">
-        <div class="leftContent"><span>五项损失</span></div>
+        <div class="leftContent"><span>五项对标损失</span></div>
       </div>
       <div class="economicTable">
         <el-table
@@ -213,7 +213,7 @@
         <div class="chart-name">
           <div class="point point-left bottom"></div>
           <div class="point point-right bottom"></div>
-          五项损失
+          五项对标损失
         </div>
         <BarCharts
           :list="barList"

+ 11 - 11
src/views/economicsOperation/benchmarkingManagement/projectBenchmarking/dataJson.json

@@ -11,7 +11,7 @@
             "resultList": [
                 {
                     "id": "SXJ_KGDL_GJYF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 1.0,
                     "date": null,
                     "zhpm": 5,
@@ -44,7 +44,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_GJYF02_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 2.0,
                     "date": null,
                     "zhpm": 1,
@@ -77,7 +77,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_YFF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 4.0,
                     "date": null,
                     "zhpm": 3,
@@ -110,7 +110,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_PTZF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 9.0,
                     "date": null,
                     "zhpm": 8,
@@ -143,7 +143,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_PTZF02_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 10.0,
                     "date": null,
                     "zhpm": 6,
@@ -176,7 +176,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_XWTF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 11.0,
                     "date": null,
                     "zhpm": 10,
@@ -209,7 +209,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_HSMF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 12.0,
                     "date": null,
                     "zhpm": 7,
@@ -242,7 +242,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_ZKF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 14.0,
                     "date": null,
                     "zhpm": 4,
@@ -275,7 +275,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_BHBF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 16.0,
                     "date": null,
                     "zhpm": 9,
@@ -308,7 +308,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_BHB3F01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 19.0,
                     "date": null,
                     "zhpm": 2,
@@ -341,7 +341,7 @@
                 },
                 {
                     "id": "SXJ_KGDL_DJYF01_EG",
-                    "name": "某某一期项目",
+                    "name": "惠安一期项目",
                     "ordernum": 20.0,
                     "date": null,
                     "zhpm": 11,

+ 569 - 0
src/views/economicsOperation/healthReport/index.vue

@@ -0,0 +1,569 @@
+<template>
+  <div
+    class="custom-warning"
+    v-loading="tableLoading"
+    element-loading-text="加载中..."
+    element-loading-background="rgba(4, 12, 11, 0.8)"
+  >
+    <div class="form-wrapper">
+      <div class="search-wrapper">
+        <div class="search-item">
+          <span class="label">场站:</span>
+          <div class="search-content">
+            <el-select
+              v-model="state.stationId"
+              clearable
+              size="mini"
+              placeholder="全部"
+              popper-class="select"
+              @change="getWindturbineList"
+            >
+              <el-option
+                v-for="item in stationList"
+                :key="item.id"
+                :value="item.id"
+                :label="item.name"
+              ></el-option>
+            </el-select>
+          </div>
+        </div>
+        <div class="search-item">
+          <span class="label">日期:</span>
+          <div class="search-content">
+            <el-date-picker
+              v-model="state.dateTime"
+              size="mini"
+              type="datetimerange"
+              range-separator="-"
+              format="YYYY-MM-DD HH:mm:ss"
+              value-format="YYYY-MM-DD HH:mm:ss"
+              start-placeholder="开始"
+              end-placeholder="结束"
+              popper-class="date-select"
+            >
+            </el-date-picker>
+          </div>
+        </div>
+        <el-button class="buttons" round size="mini">查询</el-button>
+      </div>
+    </div>
+
+    <div class="table-wrapper">
+      <div class="leftContent">
+        <span>{{ pageTitle }}</span>
+      </div>
+      <el-table
+        size="mini"
+        :data="state.tableData"
+        height="calc(100% - 35px - 55px)"
+        style="width: 100%"
+        stripe
+      >
+          <el-table-column
+            v-for="item in state.tableHeader"
+            :label="item.title"
+            :prop="item.code"
+            :key="item.code"
+            :width="item.width || ''"
+            show-overflow-tooltip
+            header-align="center"
+            align="center"
+          >
+            <template #default="scope">
+              <p v-if="item.code === 'ts'">{{formatTime(scope.row[item.code])}}</p>
+              <p v-else>{{scope.row[item.code]}}</p>
+            </template>
+          </el-table-column>
+          <el-table-column
+            label="操作"
+            width="200"
+            header-align="center"
+            align="center"
+          >
+            <template #default="scope">
+              <el-button style="color: #05bb4c" type="text" @click="export2Excel(scope.row)">查看报告</el-button>
+              <!--  @click="confirmItem([scope.row])" -->
+            </template>
+          </el-table-column>
+      </el-table>
+      <div class="pagination-wrapper">
+        <el-pagination
+          layout="total, sizes, prev, pager, next"
+          :current-page="query.page"
+          :page-size="query.limit"
+          :page-sizes="[21, 100, 500, 1000]"
+          :total="query.pageTotal"
+          @size-change="
+            (value) => {
+              query.page = 1;
+              query.limit = value;
+              getAlarmHistoryt();
+            }
+          "
+          @current-change="handlePageChange"
+        ></el-pagination>
+      </div>
+    </div>
+    <HealthReport ref="healthReportRef"></HealthReport>
+  </div>
+</template>
+
+<script setup>
+import { getStation } from "@/api/performance";
+import {
+  watch,
+  reactive,
+  nextTick,
+  computed,
+  onMounted,
+  ref,
+  onActivated,
+  onUpdated,
+} from "vue";
+import { useRouter, useRoute } from "vue-router";
+import dayjs from "dayjs";
+import HealthReport from "@com/other/healthReport/index.vue";
+import {
+  alarm_history,
+  new_alarm_history,
+  fetchWindturbineList,
+  fetchModel,
+  fetchRelatePartAndAlarmType,
+  getWpList,
+  confirmAlart,
+} from "@/api/zhbj/index.js";
+import { ElMessage, ElMessageBox } from "element-plus";
+import { outExportExcel } from "@/tools/excel/exportExcel.js"; //引入文件
+import { useStore } from "vuex";
+const pageTitle = "健康评价报告";
+const store = useStore();
+const route = useRoute();
+
+onMounted(() => {
+  state.dateTime = [
+    dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
+    dayjs().format("YYYY-MM-DD HH:mm:ss"),
+  ];
+  state.deviceId = route.query.deviceId || "";
+  state.alarmId = route.query.alarmId || "";
+  state.modelId = route.query.modelId || "";
+  getStationList();
+  getequipmentmodel_list();
+  getfetchRelatePart();
+
+  getAlarmHistoryt()
+});
+
+const healthReportRef = ref()
+
+// 机型
+const getequipmentmodel_list = async () => {
+  const { data } = await fetchModel();
+  state.modelListAll = data;
+};
+//所属部件
+const getfetchRelatePart = async () => {
+  const { data } = await fetchRelatePartAndAlarmType();
+  state.fetchListAll = data;
+};
+
+const confirmItem = (alarmItem) => {
+  ElMessageBox("您确定要执行此操作吗?", "提示", {
+    confirmButtonText: "确定",
+    cancelButtonText: "取消",
+    type: "warning",
+  })
+    .then(() => {
+      confirmAlart(alarmItem)
+        .then((res) => {
+          if (res.code === 200) {
+            ElMessage.success("确认成功");
+            store.commit("removeWarning", alarmItem);
+            getAlarmHistoryt();
+          }
+        })
+        .catch(() => {
+          ElMessage.error("确认失败,请重试");
+        });
+    })
+    .catch(() => {});
+};
+
+const getColumnStyle = (columnItem) => {
+  let style = "color:";
+  if (columnItem.endts) {
+    style += "#05bb4c";
+  } else {
+    style += "var(--el-color-danger)";
+  }
+  return style;
+};
+
+const state = reactive({
+  typeList: [
+    // {
+    //   label: "升压站",
+    //   value: "booststation",
+    // },
+    // {
+    //   label: "自定义",
+    //   value: "custom",
+    // },
+    {
+      label: "风机",
+      value: "windturbine",
+    },
+    // {
+    //   label: "光伏",
+    //   value: "inverter",
+    // },
+  ],
+  c: "windturbine",
+  stationId: "",
+  alarmId: "",
+  typeVal: "windturbine",
+  windturbineList: [],
+  deviceId: "",
+  modelListAll: {},
+  fetchListAll: {},
+  modelId: "", //型号
+  components: "", //部件
+  description: "", //描述
+  dateTime: [],
+  startDate: null,
+  endDate: null,
+  tableData: [],
+  isshowwindturbineName: true,
+  tableHeader: [
+    { title: "场站", code: "stationname" },
+    { title: "时间", code: "ts" },
+  ]
+});
+// 场站列表/升压站列表
+const stationList = ref([]);
+
+const getStationList = async () => {
+  //   const { data } = await getWpList(state.typeVal);
+  //   stationList.value = data;
+  const { data } = await getStation({
+    companyids: 0,
+    type: state.typeVal == "windturbine" ? -1 : -2,
+  });
+
+  stationList.value = data.data;
+  //   if (state.deviceId) {
+  //     let station = data.find((i) => {
+  //       let st = i.id.split("_")[2];
+  //       let dt = state.deviceId.split("_")[2];
+  //       if (st == dt) {
+  //         return i;
+  //       }
+  //     });
+  //     state.stationId = station?.id;
+  //   } else {
+  //     state.stationId =
+  //       state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data[0]?.id;
+  //   }
+  if (stationList.value.length) {
+    await getWindturbineList();
+    await getAlarmHistoryt();
+  }
+};
+
+// watch(
+//   () => stationList,
+//   (val, old) => {
+//     val?.value?.length &&
+//       nextTick(async () => {
+//         await getWindturbineList();
+//         await getAlarmHistoryt();
+//       });
+//   },
+//   {
+//     deep: true,
+//     immediate: true,
+//   }
+// );
+watch(
+  () => route,
+  (val, old) => {
+    state.deviceId = route.query.deviceId || "";
+    state.alarmId = route.query.alarmId || "";
+    state.modelId = route.query.modelId || "";
+    // nextTick(async () => {
+    //   if (route.params.deviceId && route.params.alarmId) {
+    //     await getAlarmHistoryt();
+    //   }
+    // });
+  },
+  {
+    deep: true,
+    immediate: true,
+  }
+);
+//型号列表
+const modelList = computed(() => {
+  if (state.stationId == "") {
+    return [];
+  } else {
+    state.modelId = route.query.deviceId ? route.query.modelId : "";
+    return state.modelListAll[state.stationId];
+  }
+});
+//部件列表
+const componentList = computed(() => {
+  if (state.stationId == "") {
+    return [];
+  } else {
+    if (state.stationId.includes("FDC")) {
+      return state.fetchListAll?.fjbj;
+    } else {
+      return state.fetchListAll?.gfbj;
+    }
+  }
+});
+//get 风机
+const getWindturbineList = async () => {
+  state.deviceId = "";
+  //   const { data } = await fetchWindturbineList(state.stationId);
+  //   state.windturbineList = data;
+  state.windturbineList = [
+    {
+      id: "SXJ_KGDL_XWT_F_WT_0001_EQ",
+      nemCode: "#1",
+      windpowerstationId: "SXJ_KGDL_XWT_FDC_STA",
+      longitude: 112.415335,
+      latitude: 40.281307,
+      modelId: "SEC-W02B-1250kW",
+      status: "NULL",
+      projectId: "SXJ_KGDL_XWTF01_EG",
+      lineId: "SXJ_KGDL_XWTF01_LN",
+      firstIntegratedTime: "2008-07-27T16:00:00.000+0000",
+      photo: "NULL",
+      name: "01号风机",
+      aname: "#1",
+      isStandard: 1,
+      regionId: "SXJ_RGN",
+      companyId: "SXJ_KGDL_FLFD_ZGS",
+      isable: 1,
+      equipmentCategory: -1,
+      parentId: "NULL",
+      squareId: "NULL",
+      spare1: "WT",
+      spare2: "1",
+      spare3: "NULL",
+      spare4: "NULL",
+      orderNum: 271,
+      substationId: "SXJ_KGDL_XWTF01_SBS",
+    },
+  ];
+};
+const query = reactive({
+  page: 1,
+  limit: 21,
+  pageTotal: null,
+});
+const tableLoading = ref(false);
+// 获取历史记录表
+const getAlarmHistoryt = async () => {
+  //   if (route.params.deviceId && route.params.alarmId) {
+  //     state.stationId = "";
+  //   }
+  //   tableLoading.value = true;
+  //   let params = {
+  //     pageNum: query.page,
+  //     pageSize: query.limit,
+  //     alarmId: state.alarmId,
+  //     alarmType: "custom",
+  //     deviceType: state.typeVal,
+  //     stationid: state.stationId,
+  //     deviceid:
+  //       state.deviceId || (state.typeVal == "booststation" ? "" : state.deviceId),
+  //     modelId: state.typeVal == "booststation" ? "" : state.modelId,
+  //     components: state.components,
+  //     description: state.description,
+  //     begin: state.dateTime[0],
+  //     end: state.dateTime[1],
+  //   };
+  //   const { data } = await alarm_history(params);
+  //   tableLoading.value = false;
+  //   query.pageTotal = data?.total;
+  //   data?.ls?.forEach((ele) => {
+  //     ele.isCloseName = ele.endts ? "已解除" : "未解除";
+  //     ele.deviceTypeName = tableFilter(ele.deviceType);
+  //     ele.endtsName = ele.endts > 0 ? formatTime(ele.endts) : "--";
+  //   });
+  //   state.tableData = data?.ls;
+  state.tableData = new Array(5).fill({
+    tbName: null,
+    alarmId: "SQ_0125",
+    alarmType: "windturbine",
+    characteristic: "预警",
+    components: "BPQ",
+    confirmed: false,
+    description: "变频器故障27",
+    deviceId: "SXJ_KGDL_XWT_F_WT_0014_EQ",
+    devicename: "14号风机",
+    deviceType: "windturbine",
+    enabled: true,
+    lineid: "SXJ_KGDL_XWTF01_LN",
+    linename: "一号风机线",
+    modelId: "SEC-W02B-1250kW",
+    projectid: "SXJ_KGDL_XWTF01_EG",
+    projectname: "一期项目",
+    rank: 3,
+    resettable: false,
+    stationid: "SXJ_KGDL_XWT_FDC_STA",
+    stationname: "13风电场",
+    subcomponents: "NULL",
+    suffix: null,
+    tagid: "FD-YYXWT-ShangQi.140623F1412MDL01BF399DB0122SP01RAW00",
+    triggertype: 1463,
+    uniformcode: "BJ0001",
+    superTableName: null,
+    ts: 1718160795000,
+    val: 1,
+    oval: null,
+    endts: 0,
+    timelong: 0,
+    name: null,
+    nemCode: "状态码1463",
+    faultCause: "13.7s>信号<=14.2s",
+    resolvent: "输入端142功率上升延迟300s",
+    wpName: "13风电场",
+    code: "#14",
+    wpId: null,
+    faultType: null,
+    id: "sxj_kgdl_xwt_f_wt_0014_eq_sq_0125",
+  });
+};
+//报警类型变化
+const typechange = () => {
+  state.alarmId = "";
+  state.deviceId = "";
+  state.isshowwindturbineName = state.typeVal == "booststation" ? false : true;
+};
+
+// 查看报告
+const export2Excel = () =>{
+    healthReportRef.value.dialogVisible = true
+}
+// 分页导航
+const handlePageChange = (val) => {
+  query.page = val;
+  getAlarmHistoryt();
+};
+// 时间格式化
+const formatTime = (val) => {
+  return dayjs(val).format("YYYY-MM-DD HH:mm:ss");
+};
+// 格式化
+const obj = {
+  1: "低级",
+  2: "低中级",
+  3: "中级",
+  4: "中高级",
+  5: "高级",
+  booststation: "升压站",
+  custom: "自定义",
+  windturbine: "风机",
+  inverter: "光伏",
+};
+const messageTypeObj = {
+  1: "触发",
+  3: "解除",
+};
+const tableFilter = (val) => {
+  return obj[val];
+};
+const messageTypeFilter = (val) => {
+  return messageTypeObj[val];
+};
+</script>
+
+<style scoped lang="less">
+p {
+  padding: 0;
+  margin: 0;
+}
+.custom-warning {
+  height: 100%;
+  width: 100%;
+  padding: 0 20px;
+  padding-bottom: 10px;
+  .form-wrapper ::v-deep {
+    display: flex;
+    flex-direction: column;
+    padding-top: 10px;
+    position: relative;
+    .search-wrapper {
+      display: flex;
+      align-items: center;
+      font-size: 14px;
+      font-family: Microsoft YaHei;
+      font-weight: 400;
+      color: #b3b3b3;
+      margin-bottom: 10px;
+      .search-item {
+        display: flex;
+        margin-right: 10px;
+        max-width: 450px;
+        align-items: center;
+        .label {
+          margin-right: 10px;
+          text-align: right;
+          white-space: nowrap;
+          // width: 60px;
+        }
+        .search-content {
+          flex: 1;
+        }
+      }
+    }
+
+    .btns {
+      display: flex;
+      justify-content: flex-end;
+      margin-right: 10px;
+      position: absolute;
+      right: 0;
+      top: 53px;
+    }
+
+    .buttons {
+      background-color: rgba(5, 187, 76, 0.2);
+      border: 1px solid #3b6c53;
+      color: #b3b3b3;
+      font-size: 14px;
+
+      &:hover {
+        background-color: rgba(5, 187, 76, 0.5);
+        color: #ffffff;
+      }
+    }
+  }
+  .table-wrapper {
+    height: calc(100% - 43px);
+    width: 100%;
+    .leftContent {
+      width: 242px;
+      height: 41px;
+      display: flex;
+      align-items: center;
+      background: url("~@/assets/imgs/title_left_bg1.png") no-repeat;
+
+      span {
+        font-size: 16px;
+        font-family: Microsoft YaHei;
+        font-weight: 400;
+        color: #05bb4c;
+        margin-left: 25px;
+      }
+    }
+    .pagination-wrapper :deep {
+      text-align: right;
+      margin-top: 10px;
+    }
+  }
+}
+</style>

+ 26 - 26
src/views/economicsOperation/thematicAnalysis/MTBF/dataJson.json

@@ -1388,11 +1388,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 181325.66,
@@ -1401,7 +1401,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 169723.53,
@@ -1410,7 +1410,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 181325.66,
@@ -1419,7 +1419,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 175618.82,
@@ -1428,7 +1428,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 181325.66,
@@ -1437,7 +1437,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 175618.82,
@@ -1446,7 +1446,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 181325.66,
@@ -1455,7 +1455,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 181325.66,
@@ -1464,7 +1464,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 175618.82,
@@ -1473,7 +1473,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 181325.66,
@@ -1482,7 +1482,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 175618.82,
@@ -1491,7 +1491,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 181325.66,
@@ -2885,11 +2885,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 68.98,
@@ -2898,7 +2898,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 63.61,
@@ -2907,7 +2907,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 68.98,
@@ -2916,7 +2916,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 66.2,
@@ -2925,7 +2925,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 68.98,
@@ -2934,7 +2934,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 66.2,
@@ -2943,7 +2943,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 68.98,
@@ -2952,7 +2952,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 68.98,
@@ -2961,7 +2961,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 66.2,
@@ -2970,7 +2970,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 68.98,
@@ -2979,7 +2979,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 66.2,
@@ -2988,7 +2988,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 68.98,

+ 65 - 65
src/views/economicsOperation/thematicAnalysis/failure/dataJson.json

@@ -1503,11 +1503,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 7.15,
@@ -1516,7 +1516,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 7.47,
@@ -1525,7 +1525,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 7.15,
@@ -1534,7 +1534,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 7.25,
@@ -1543,7 +1543,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 7.15,
@@ -1552,7 +1552,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 7.25,
@@ -1561,7 +1561,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 7.15,
@@ -1570,7 +1570,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 7.15,
@@ -1579,7 +1579,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 7.25,
@@ -1588,7 +1588,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 7.15,
@@ -1597,7 +1597,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 7.25,
@@ -1606,7 +1606,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 7.15,
@@ -3115,11 +3115,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 0.44,
@@ -3128,7 +3128,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 0.48,
@@ -3137,7 +3137,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 0.44,
@@ -3146,7 +3146,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 0.46,
@@ -3155,7 +3155,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 0.44,
@@ -3164,7 +3164,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 0.46,
@@ -3173,7 +3173,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 0.44,
@@ -3182,7 +3182,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 0.44,
@@ -3191,7 +3191,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 0.46,
@@ -3200,7 +3200,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 0.44,
@@ -3209,7 +3209,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 0.46,
@@ -3218,7 +3218,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 0.44,
@@ -4727,11 +4727,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 0.0,
@@ -4740,7 +4740,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 0.0,
@@ -4749,7 +4749,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 0.0,
@@ -4758,7 +4758,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 0.0,
@@ -4767,7 +4767,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 0.0,
@@ -4776,7 +4776,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 0.0,
@@ -4785,7 +4785,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 0.0,
@@ -4794,7 +4794,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 0.0,
@@ -4803,7 +4803,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 0.0,
@@ -4812,7 +4812,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 0.0,
@@ -4821,7 +4821,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 0.0,
@@ -4830,7 +4830,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 0.0,
@@ -6339,11 +6339,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 0.0,
@@ -6352,7 +6352,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 0.0,
@@ -6361,7 +6361,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 0.0,
@@ -6370,7 +6370,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 0.0,
@@ -6379,7 +6379,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 0.0,
@@ -6388,7 +6388,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 0.0,
@@ -6397,7 +6397,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 0.0,
@@ -6406,7 +6406,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 0.0,
@@ -6415,7 +6415,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 0.0,
@@ -6424,7 +6424,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 0.0,
@@ -6433,7 +6433,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 0.0,
@@ -6442,7 +6442,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 0.0,
@@ -7951,11 +7951,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 63.04,
@@ -7964,7 +7964,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 65.67,
@@ -7973,7 +7973,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 63.04,
@@ -7982,7 +7982,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 65.21,
@@ -7991,7 +7991,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 63.04,
@@ -8000,7 +8000,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 65.21,
@@ -8009,7 +8009,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 63.04,
@@ -8018,7 +8018,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 63.04,
@@ -8027,7 +8027,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 65.21,
@@ -8036,7 +8036,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 63.04,
@@ -8045,7 +8045,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 65.21,
@@ -8054,7 +8054,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 63.04,

+ 65 - 65
src/views/economicsOperation/thematicAnalysis/generation/dataJson.json

@@ -1503,11 +1503,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 15044.02,
@@ -1516,7 +1516,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 14346.47,
@@ -1525,7 +1525,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 15044.02,
@@ -1534,7 +1534,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 14774.88,
@@ -1543,7 +1543,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 15044.02,
@@ -1552,7 +1552,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 14774.88,
@@ -1561,7 +1561,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 15044.02,
@@ -1570,7 +1570,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 15044.02,
@@ -1579,7 +1579,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 14774.88,
@@ -1588,7 +1588,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 15044.02,
@@ -1597,7 +1597,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 14774.88,
@@ -1606,7 +1606,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 15044.02,
@@ -3115,11 +3115,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 14288.97,
@@ -3128,7 +3128,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 13643.06,
@@ -3137,7 +3137,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 14288.97,
@@ -3146,7 +3146,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 14044.62,
@@ -3155,7 +3155,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 14288.97,
@@ -3164,7 +3164,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 14044.62,
@@ -3173,7 +3173,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 14288.97,
@@ -3182,7 +3182,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 14288.97,
@@ -3191,7 +3191,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 14044.62,
@@ -3200,7 +3200,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 14288.97,
@@ -3209,7 +3209,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 14044.62,
@@ -3218,7 +3218,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 14288.97,
@@ -4727,11 +4727,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 38.85,
@@ -4740,7 +4740,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 36.39,
@@ -4749,7 +4749,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 38.85,
@@ -4758,7 +4758,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 37.69,
@@ -4767,7 +4767,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 38.85,
@@ -4776,7 +4776,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 37.69,
@@ -4785,7 +4785,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 38.85,
@@ -4794,7 +4794,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 38.85,
@@ -4803,7 +4803,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 37.69,
@@ -4812,7 +4812,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 38.85,
@@ -4821,7 +4821,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 37.69,
@@ -4830,7 +4830,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 38.85,
@@ -6339,11 +6339,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 793.9,
@@ -6352,7 +6352,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 739.8,
@@ -6361,7 +6361,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 793.9,
@@ -6370,7 +6370,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 767.95,
@@ -6379,7 +6379,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 793.9,
@@ -6388,7 +6388,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 767.95,
@@ -6397,7 +6397,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 793.9,
@@ -6406,7 +6406,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 793.9,
@@ -6415,7 +6415,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 767.95,
@@ -6424,7 +6424,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 793.9,
@@ -6433,7 +6433,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 767.95,
@@ -6442,7 +6442,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 793.9,
@@ -7951,11 +7951,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 122.01,
@@ -7964,7 +7964,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 116.35,
@@ -7973,7 +7973,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 122.01,
@@ -7982,7 +7982,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 119.83,
@@ -7991,7 +7991,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 122.01,
@@ -8000,7 +8000,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 119.83,
@@ -8009,7 +8009,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 122.01,
@@ -8018,7 +8018,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 122.01,
@@ -8027,7 +8027,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 119.83,
@@ -8036,7 +8036,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 122.01,
@@ -8045,7 +8045,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 119.83,
@@ -8054,7 +8054,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 122.01,

+ 13 - 13
src/views/economicsOperation/thematicAnalysis/windEnergy/dataJson.json

@@ -1503,11 +1503,11 @@
             },
             {
                 "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                "wpname": "某某风力发电有限责任公司",
+                "wpname": "国能宁夏电力有限公司",
                 "targetList": [
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 1,
                         "current": 32.94,
@@ -1516,7 +1516,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 2,
                         "current": 30.12,
@@ -1525,7 +1525,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 3,
                         "current": 32.94,
@@ -1534,7 +1534,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 4,
                         "current": 30.71,
@@ -1543,7 +1543,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 5,
                         "current": 32.94,
@@ -1552,7 +1552,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 6,
                         "current": 30.71,
@@ -1561,7 +1561,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 7,
                         "current": 32.94,
@@ -1570,7 +1570,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 8,
                         "current": 32.94,
@@ -1579,7 +1579,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 9,
                         "current": 30.71,
@@ -1588,7 +1588,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 10,
                         "current": 32.94,
@@ -1597,7 +1597,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 11,
                         "current": 30.71,
@@ -1606,7 +1606,7 @@
                     },
                     {
                         "wpid": "SXJ_KGDL_FLFD_ZGS-1",
-                        "wpname": "某某风力发电有限责任公司",
+                        "wpname": "国能宁夏电力有限公司",
                         "year": 2024,
                         "month": 12,
                         "current": 32.94,

+ 4 - 3
src/views/layout/Header.vue

@@ -16,7 +16,8 @@
     </ul> -->
         <ul class="header-menu-user">
             <li class="header-menu-user-title">
-                <el-dropdown size="small" trigger="click" :hide-on-click="true" popper-class="dropdown"
+                <span>退出</span>
+                <!-- <el-dropdown size="small" trigger="click" :hide-on-click="true" popper-class="dropdown"
                     @command="handleCommand">
                     <span class="el-dropdown-link">
                         <i class="fa fa-user"></i>{{ userName }}
@@ -26,7 +27,7 @@
                             <el-dropdown-item command="logout"> 退出登录 </el-dropdown-item>
                         </el-dropdown-menu>
                     </template>
-                </el-dropdown>
+                </el-dropdown> -->
             </li>
             <!-- <li class="header-menu-user-title">
         <el-tooltip
@@ -102,7 +103,7 @@
                     {
                         id: "report",
                         text: "智能报表",
-                        path: "/report",
+                        path: "/nxreport",
                         isActive: false,
                     },
                 ],

+ 1 - 1
src/views/layout/Menu.vue

@@ -250,7 +250,7 @@ export default {
           data: [],
         },
         {
-          id: "report",
+          id: "nxreport",
           text: "智能报表",
           data: [],
         },

+ 0 - 39
src/views/nxReport/czjbbb/index.vue

@@ -1,39 +0,0 @@
-<template>
-    <div style="height: 100%">
-        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
-    </div>
-</template>
-<script>
-    export default {
-        name: "czjbbb",
-        data() {
-            return {
-                url: "",
-            };
-        },
-        mounted() {
-            if (window.location.origin.indexOf('10.220.1.5') !== -1) {
-                this.url =
-                    "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$e3b52de7efe7422bb0ddafa9967371dd&id=admin&pw=admin"
-            } else {
-                this.url =
-                    "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d0cec38cba1f43128d9aa5d348198c6e&id=admin&pw=admin"
-            }
-        },
-    };
-</script>
-<style lang="less" scope>
-    @titleGray: #9ca5a8;
-    @rowGray: #606769;
-    @darkBack: #536268;
-
-    .knowledge-2 {
-        .el-select {
-            width: 200px;
-        }
-
-        .el-input {
-            width: 200px;
-        }
-    }
-</style>

+ 1 - 1
src/views/nxReport/erp/index.vue

@@ -7,7 +7,7 @@
     export default {
         data() {
             return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$ff22bb1d24bc416e9185a1e40be6976b&id=admin&pw=admin",
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$f6c89c7391914af08b438662b125e26a&id=admin&pw=admin",
             };
         },
     };

+ 12 - 0
src/views/nxReport/czzbjshjlb/index.vue

@@ -0,0 +1,12 @@
+<template>
+    <router-view />
+</template>
+
+<script>
+    export default {
+        name: "czzbjshjlb",
+    };
+</script>
+
+<style scoped lang="less">
+</style>

+ 0 - 39
src/views/nxReport/czzyb/index.vue

@@ -1,39 +0,0 @@
-<template>
-    <div style="height: 100%">
-        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
-    </div>
-</template>
-<script>
-    export default {
-        name: "czzyb",
-        data() {
-            return {
-                url: "",
-            };
-        },
-        mounted() {
-            if (window.location.origin.indexOf('10.220.1.5') !== -1) {
-                this.url =
-                    "http://10.220.1.5:8001/rbi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$72977a47b6154b299ebcc708634e63dc$bb7ed0d54ad94d6fa1dead9bd0018ecb&id=admin&pw=admin"
-            } else {
-                this.url =
-                    "http://123.60.219.66:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$041302f30436412d9ba78f161a6575f0$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin"
-            }
-        },
-    };
-</script>
-<style lang="less" scope>
-    @titleGray: #9ca5a8;
-    @rowGray: #606769;
-    @darkBack: #536268;
-
-    .knowledge-2 {
-        .el-select {
-            width: 200px;
-        }
-
-        .el-input {
-            width: 200px;
-        }
-    }
-</style>

+ 1 - 2
src/views/nxReport/xmjbbb/index.vue

@@ -5,10 +5,9 @@
 </template>
 <script>
     export default {
-        name: "gkjlb",
         data() {
             return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d0cec38cba1f43128d9aa5d348198c6e&id=admin&pw=admin",
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$499660d79f614444b45f44791c17ec06&id=admin&pw=admin",
             };
         },
     };

+ 12 - 0
src/views/nxReport/dlcsdmb/index.vue

@@ -0,0 +1,12 @@
+<template>
+    <router-view />
+</template>
+
+<script>
+    export default {
+        name: "dlcsdmb",
+    };
+</script>
+
+<style scoped lang="less">
+</style>

+ 11 - 0
src/views/nxReport/index.vue

@@ -0,0 +1,11 @@
+<template>
+    <router-view />
+</template>
+
+<script>
+    export default {
+        name: "report", //智能报表
+    };
+</script>
+
+<style></style>

+ 2 - 2
src/views/nxReport/gkjlb/index.vue

@@ -5,10 +5,10 @@
 </template>
 <script>
     export default {
-        name: "gkjlb",
+        name: "fdcscrb",
         data() {
             return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$4a71c6bc1fd34da7843c6eb2a7b3aee3&id=admin&pw=admin",
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$27ccb4c854904d8683fce41b48133c5f&id=admin&pw=admin",
             };
         },
     };

+ 12 - 0
src/views/nxReport/scrb/index.vue

@@ -0,0 +1,12 @@
+<template>
+    <router-view />
+</template>
+
+<script>
+    export default {
+        name: "scrb",
+    };
+</script>
+
+<style scoped lang="less">
+</style>

+ 0 - 30
src/views/nxReport/yxqk/index.vue

@@ -1,30 +0,0 @@
-<template>
-    <div style="height: 100%">
-        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
-    </div>
-</template>
-<script>
-    export default {
-        name: "gkjlb",
-        data() {
-            return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$6cfd3bcb6b85450dbcf396a816439c9f&id=admin&pw=admin",
-            };
-        },
-    };
-</script>
-<style lang="less" scope>
-    @titleGray: #9ca5a8;
-    @rowGray: #606769;
-    @darkBack: #536268;
-
-    .knowledge-2 {
-        .el-select {
-            width: 200px;
-        }
-
-        .el-input {
-            width: 200px;
-        }
-    }
-</style>

+ 2 - 2
src/views/nxReport/fdscqk/index.vue

@@ -5,10 +5,10 @@
 </template>
 <script>
     export default {
-        name: "gkjlb",
+        name: "dtfjdltj",
         data() {
             return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03e83149008940daa72311823bd381da&id=admin&pw=admin",
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$1bd1ca8795f547b399314372c0d70324&id=admin&pw=admin",
             };
         },
     };

+ 30 - 0
src/views/nxReport/zbyxcsjlb/components/huianfddltj.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "huianfddltj",
+        data() {
+            return {
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$b4d45b7dc4cd4adf8535fa9bda1a1e24&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/zbyxcsjlb/components/huianfjyxcseq.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "huianfjyxcseq",
+        data() {
+            return {
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$a956599627854a7791c13e7175713b03&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/zbyxcsjlb/components/huianfjyxcsyq.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "huianfjyxcsyq",
+        data() {
+            return {
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$4cc29b2cf7494f8ebd4edb419a3b4efb&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/zbyxcsjlb/components/huiansyzyxcs.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "huiansyzyxcs",
+        data() {
+            return {
+                url: "http://10.220.1.5:8001/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$44ea3d630d9141df997f1e995f47a4cb&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 12 - 0
src/views/nxReport/zbyxcsjlb/index.vue

@@ -0,0 +1,12 @@
+<template>
+    <router-view />
+</template>
+
+<script>
+    export default {
+        name: "zbyxcsjlb",
+    };
+</script>
+
+<style scoped lang="less">
+</style>

+ 0 - 30
src/views/nxReport/zhbb/index.vue

@@ -1,30 +0,0 @@
-<template>
-    <div style="height: 100%">
-        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
-    </div>
-</template>
-<script>
-    export default {
-        name: "gkjlb",
-        data() {
-            return {
-                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin",
-            };
-        },
-    };
-</script>
-<style lang="less" scope>
-    @titleGray: #9ca5a8;
-    @rowGray: #606769;
-    @darkBack: #536268;
-
-    .knowledge-2 {
-        .el-select {
-            width: 200px;
-        }
-
-        .el-input {
-            width: 200px;
-        }
-    }
-</style>