Bläddra i källkod

出力部件增加全选功能,样式修改

sunzehao 1 månad sedan
förälder
incheckning
fe7e04bfa3

+ 2 - 2
src/views/IntegratedAlarm/alarmConfig/historyConfig/index.vue

@@ -40,7 +40,7 @@
         >
           <el-option key="2" label="升压站" value="booststation"></el-option>
           <el-option key="1" label="风机" value="windturbine"></el-option>
-          <el-option key="3" label="光伏" value="inverter"></el-option>
+          <!-- <el-option key="3" label="光伏" value="inverter"></el-option> -->
         </el-select>
         <el-select
           class="search-item"
@@ -793,7 +793,7 @@ const state = reactive({
   form: {},
   tableHeader: [
     { title: "编码", code: "id" },
-    { title: "报警设备", code: "deviceName" },
+    // { title: "报警设备", code: "deviceName" },
     { title: "场站", code: "stationName" },
     // { title: "设备", code: "deviceId", },
     { title: "机型", code: "modelId" },

+ 2 - 2
src/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index2.vue

@@ -15,13 +15,13 @@
           {{ item.name }}
         </div>
         <div class="select">
-          <!-- <el-checkbox
+          <el-checkbox
             style="margin-right: 20px"
             :indeterminate="isIndeterminate"
             v-model="checkAll"
             @change="handleCheckChange"
             >全选</el-checkbox
-          > -->
+          >
           <el-checkbox-group
             v-model="checkedCities"
             @change="handleCheckedCitiesChange"

+ 6 - 6
src/views/economicsOperation/windAnalyse/powerCurve/index.vue

@@ -725,12 +725,12 @@ export default {
     },
     // 获取图表数据
     getChartData() {
-        this.chartdataChange(dataJson.chartData)
-    //   getPowerFittingChart({
-    //     id: this.fittingId,
-    //   }).then((res) => {
-    //     this.chartdataChange(res)
-    //   });
+        // this.chartdataChange(dataJson.chartData)
+      getPowerFittingChart({
+        id: this.fittingId,
+      }).then((res) => {
+        this.chartdataChange(res)
+      });
     },
     chartdataChange(res) {
         if (res.code == 200) {