From c92a8d9e5feca2eac776d817abb43aa84baeef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 3 Jul 2025 20:55:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=AF=86=E5=B0=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=9A=84=E6=97=B6=E5=80=99=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libs/deviceComm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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