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

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; var statusName;
switch (val.healthStatus) { switch (val.healthStatus) {
case 1: case 1:
statusName = "設備正常"; statusName = statusicon + "設備正常";
break; break;
case 2: case 2:
statusName = "設備斷線"; statusName = statusicon + "設備斷線";
break; break;
case 3: case 3:
statusName = "設備異常"; statusName = statusicon + "設備異常";
break; break;
default: default:
statusName = "NULL"; statusName = "NULL";