From 599afc6fdc633ee78033b54f138a661e971faebd Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Mon, 3 Mar 2025 23:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A8=E5=85=A5=E3=80=81?= =?UTF-8?q?=E6=8E=A8=E5=87=BA=E7=8E=BB=E7=89=87=E5=8F=8A=E5=85=B6=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FooterBar.vue | 49 ++++++++++++++++++++++++++++++++++--- src/services/globalCmd/globalCmd.ts | 7 ++++++ src/services/wsTypes.ts | 12 ++++----- 3 files changed, 59 insertions(+), 9 deletions(-) diff --git a/src/components/FooterBar.vue b/src/components/FooterBar.vue index 229d5a8..f06b9d4 100644 --- a/src/components/FooterBar.vue +++ b/src/components/FooterBar.vue @@ -4,12 +4,20 @@ 当前湿度:{{ statusStore.equipmentStatus.humidity }}%RH - +
当前设备:{{ workStatusDescMap[statusStore.workStatus] }}
- + + + +