From 06a5e81d2368107f365f4d07d5f99956900746be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Thu, 10 Jul 2025 20:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B0=94=E8=B7=AF=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/gas/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/gas/index.vue b/src/views/gas/index.vue index 34e2adf..3ebf39e 100644 --- a/src/views/gas/index.vue +++ b/src/views/gas/index.vue @@ -22,7 +22,7 @@ const selectChannel = (channel: string, event: any) => {
- 当前通道:{{ gasStore.currentChannel }} + 当前通道:{{ gasStore.currentChannel === gasStore.channelSwitcherMap[0] ? '降解通道' : gasStore.currentChannel === gasStore.channelSwitcherMap[1] ? '消毒通道' : '除湿通道' }}