描述调整
This commit is contained in:
@@ -370,10 +370,10 @@ public class DataServiceImpl implements IDataService {
|
|||||||
str = "运行";
|
str = "运行";
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
str = "运行(停止)";
|
str = "停止";
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
str = "运行(故障)";
|
str = "故障";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
str = "无状态";
|
str = "无状态";
|
||||||
|
|||||||
Reference in New Issue
Block a user