描述调整

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 = "运行"; str = "运行";
break; break;
case 2: case 2:
str = "运行(停止)"; str = "停止";
break; break;
case 3: case 3:
str = "运行(故障)"; str = "故障";
break; break;
default: default:
str = "无状态"; str = "无状态";