描述调整

This commit is contained in:
xy
2025-07-07 10:06:18 +08:00
parent 65d39224ed
commit 06de2121f6

View File

@@ -370,10 +370,10 @@ public class DataServiceImpl implements IDataService {
str = "运行";
break;
case 2:
str = "运行(停止)";
str = "停止";
break;
case 3:
str = "运行(故障)";
str = "故障";
break;
default:
str = "无状态";