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