监测点、终端的状态修改

This commit is contained in:
xy
2024-04-23 11:40:04 +08:00
parent 7fb4df66ef
commit ac39b8c0ce
60 changed files with 263 additions and 263 deletions

View File

@@ -106,9 +106,9 @@ function initTable(data) {
if (data == 0) {
return "投运"
} else if (data == 1) {
return "热备用"
return "检修"
} else {
return "运"
return "退运"
}
}
},