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] ? '消毒通道' : '除湿通道' }}