diff --git a/src/libs/deviceComm.ts b/src/libs/deviceComm.ts index a926176..b7389da 100644 --- a/src/libs/deviceComm.ts +++ b/src/libs/deviceComm.ts @@ -36,7 +36,7 @@ export const getDeviceStatus = () => { // 正在密封测试 if (sealInfo.value.workState !== 'idle') { - statusName = '正在进行排液操作...' + statusName = '正在进行密封测试...' return statusName } return statusName