客戶端要求- 電站總攬 條列式清單加入燈號
This commit is contained in:
parent
048106e9f8
commit
b5781eb64c
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user