Bläddra i källkod

系统模式信息数据对接优化

wyh 1 år sedan
förälder
incheckning
3730f8bbad
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/modules_guAn/visualization/modules/ModeInfo.vue

+ 1 - 1
src/views/modules_guAn/visualization/modules/ModeInfo.vue

@@ -158,7 +158,7 @@ export default {
         if (this.dataList[i].Name == '温度设定值') {
           this.targetT = this.dataList[i].Value
         }
-        if (this.dataList[i].Name == '斜率设定') {
+        if (this.dataList[i].Name == '定值温度斜率值') {
           this.slopeT = this.dataList[i].Value
         }
         if (this.dataList[i].Name == '起始温度值') {