Browse Source

fix:修复密封测试的时候错误描述文字

master
白凤吉 2 weeks ago
parent
commit
c92a8d9e5f
  1. 2
      src/libs/deviceComm.ts

2
src/libs/deviceComm.ts

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

Loading…
Cancel
Save