客戶端要求- 電站總攬 條列式清單加入燈號

This commit is contained in:
wanling040@gmail.com 2022-07-24 21:06:30 +08:00
parent 048106e9f8
commit b5781eb64c

View File

@ -442,13 +442,13 @@
var statusName;
switch (val.healthStatus) {
case 1:
statusName = "設備正常";
statusName = statusicon + "設備正常";
break;
case 2:
statusName = "設備斷線";
statusName = statusicon + "設備斷線";
break;
case 3:
statusName = "設備異常";
statusName = statusicon + "設備異常";
break;
default:
statusName = "NULL";