1
0
فهرست منبع

修改页面展示bug,修改性能评估页面数据接口问题,修改曲线偏差率页面

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

+ 2 - 2
.env.development

@@ -3,8 +3,8 @@ VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_TEST=http://192.168.1.101:9002
 
 
-VUE_APP_API=http://192.168.1.110:6060
-# VUE_APP_API=http://10.81.3.153:6060
+# VUE_APP_API=http://192.168.1.116:6060
+VUE_APP_API=http://10.81.3.153:6060
 # VUE_APP_API=http://192.168.1.109:6060
 
 

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

@@ -83,7 +83,7 @@
                 <div>{{ item.name }}</div>
                 <div class="table-value">
                   {{ Number(item.value).toFixed(2) }}
-                  <div class="unit">{{ item.valueUnit }}</div>
+                  <!-- <div class="unit">{{ item.valueUnit }}</div> -->
                 </div>
               </div>
             </div>

+ 2 - 1
src/components/windDetail/index.vue

@@ -283,7 +283,7 @@
                 <div>{{ item.name }}</div>
                 <div class="table-value">
                   {{ Number(item.value).toFixed(2) }}
-                  <div class="unit">{{ item.valueUnit }}</div>
+                  <!-- <div class="unit">{{ item.valueUnit }}</div> -->
                 </div>
               </div>
             </div>
@@ -596,6 +596,7 @@ export default {
           }
           this.partDInfos = partDInfo;
           this.partAInfos = partAInfo;
+          console.log(this.partAInfos);
         })
         .catch((e) => {
           // 失败的时候则返回最先被reject失败状态的值

+ 7 - 5
src/views/HealthControl/healthDetail/index.vue

@@ -85,11 +85,13 @@ export default {
   },
 
   methods: {
-    getWtid(id) {
-      this.wtId = id;
-      this.menuDatas.forEach((ele) => {
-        ele.path += "/" + this.wpId + "/" + this.wtId;
-      });
+    getWtid(id, from) {
+    //   this.wtId = id;
+    //   if (from && from == "wpHealth") {
+    //     this.menuDatas.forEach((ele) => {
+    //       ele.path += "/" + this.wpId + "/" + id;
+    //     });
+    //   }
     },
     clickMenu: function (index) {
       this.activeIndex = index;

+ 4 - 3
src/views/HealthControl/healthDetail/wpHealth/index.vue

@@ -313,9 +313,10 @@ export default {
     },
 
     jumpUrl(item) {
-      this.$router.push(
-        `/health/healthDetail/wtHealth/${this.wpId}/${item[0]}`
-      );
+    //   this.$router.push({
+    //     path: `/health/healthDetail/wtHealth/${this.wpId}/${item[0]}`,
+    //     query: { from: "wpHealth" },
+    //   });
     },
   },
 };

+ 2 - 1
src/views/HealthControl/healthDetail/wtHealth/index.vue

@@ -779,7 +779,8 @@ export default {
   created() {
     this.wtid = this.$route.params.wtId;
     this.wpid = this.$route.params.wpId;
-    this.$emit("getWtid", this.wtid);
+    // let flag = this.$route.query.from;
+    // this.$emit("getWtid", this.wtid, flag);
     this.search();
   },
   methods: {

+ 12 - 12
src/views/economicsOperation/windAnalyse/performanceAssess/index.vue

@@ -45,10 +45,9 @@
           </el-select>
         </div>
         <div class="station">
-          时间
+          时间:
           <div class="">
             <el-date-picker
-              v-if="tabIndex == 0"
               size="mini"
               v-model="pickerTimer"
               type="date"
@@ -58,7 +57,7 @@
               @change="historyTimer = pickerTimer"
             >
             </el-date-picker>
-            <el-date-picker
+            <!-- <el-date-picker v-if="tabIndex == 0"
               v-if="tabIndex == 1"
               size="mini"
               v-model="pickerTimer"
@@ -77,7 +76,7 @@
               placeholder="选择年份"
               popper-class="date-select"
             >
-            </el-date-picker>
+            </el-date-picker> -->
           </div>
         </div>
         <div class="but">
@@ -156,6 +155,7 @@
             :prop="item.code"
             :label="item.title"
             align="center"
+            show-overflow-tooltip
           >
             <template #header="scope">
               <div>
@@ -330,14 +330,14 @@ export default {
     // 切换tab
     tabSelect(index) {
       this.tabIndex = index;
-      if (this.tabIndex == 0) {
-        this.pickerTimer = dayjs().format("YYYY-MM-DD");
-      } else if (this.tabIndex == 1) {
-        this.pickerTimer = dayjs().format("YYYY-MM");
-      } else if (this.tabIndex == 2) {
-        this.pickerTimer = dayjs().format("YYYY");
-      }
-      this.historyTimer = dayjs().format("YYYY-MM-DD");
+      //   if (this.tabIndex == 0) {
+    //   this.pickerTimer = dayjs().format("YYYY-MM-DD");
+      //   } else if (this.tabIndex == 1) {
+      //     this.pickerTimer = dayjs().format("YYYY-MM");
+      //   } else if (this.tabIndex == 2) {
+      //     this.pickerTimer = dayjs().format("YYYY");
+      //   }
+    //   this.historyTimer = dayjs().format("YYYY-MM-DD");
       this.page.currentPage = 1;
       this.seachData();
     },

+ 14 - 14
src/views/economicsOperation/windAnalyse/qxpclfx/index.vue

@@ -103,20 +103,20 @@ export default {
             is_light: false,
             sortable: true,
           },
-          {
-            name: "实际 / 最优(%)",
-            field: "deviationRate1",
-            is_num: false,
-            is_light: false,
-            sortable: true,
-          },
-          {
-            name: "最优 / 保证(%)",
-            field: "deviationRate3",
-            is_num: false,
-            is_light: false,
-            sortable: true,
-          },
+        //   {
+        //     name: "实际 / 最优(%)",
+        //     field: "deviationRate1",
+        //     is_num: false,
+        //     is_light: false,
+        //     sortable: true,
+        //   },
+        //   {
+        //     name: "最优 / 保证(%)",
+        //     field: "deviationRate3",
+        //     is_num: false,
+        //     is_light: false,
+        //     sortable: true,
+        //   },
           {
             name: "环比",
             field: "monthDeviationRate",

+ 4 - 4
src/views/stateMonitor/factoryMonitor/windPowerPlant/DataTarget/index.vue

@@ -226,15 +226,15 @@ export default {
         width: "150",
       },
       {
-        name: "总发电量",
+        name: "机舱温度",
         valueUnit: null,
-        uniformCode: "AI121",
+        uniformCode: "AI074",
         width: "150",
       },
       {
-        name: "叶轮转速",
+        name: "发电机转速",
         valueUnit: null,
-        uniformCode: "AI109",
+        uniformCode: "AI060",
         width: "150",
       },
     ];