소스 검색

光钎测温更新

lxh 2 달 전
부모
커밋
4a9bef2eda
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/vent/monitorManager/deviceMonitor/components/device/modal/fiber.modal.hlg.vue

+ 2 - 1
src/views/vent/monitorManager/deviceMonitor/components/device/modal/fiber.modal.hlg.vue

@@ -719,7 +719,8 @@
                 }
               }
             }
-            warnLevels.value = posList.find((v) => v.isWarn == '报警') ? '报警' : '未报警';
+            // warnLevels.value = posList.find((v) => v.isWarn == '报警') ? '报警' : '未报警';
+            warnLevels.value = posList.find((v) => v.Section_AlarmTemp != '0' &&  v.Section_AlarmTemp != '0.00' ) ? '报警' : '未报警';
           }
         });
       });