@ -36,7 +36,7 @@ export const getDeviceStatus = () => {
// 正在密封测试
if (sealInfo.value.workState !== 'idle') {
statusName = '正在进行排液操作...'
statusName = '正在进行密封测试...'
return statusName
}