Browse Source

增加气路控制功能

master
王梦远 1 week ago
parent
commit
06a5e81d23
  1. 2
      src/views/gas/index.vue

2
src/views/gas/index.vue

@ -22,7 +22,7 @@ const selectChannel = (channel: string, event: any) => {
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<div> <div>
当前通道{{ gasStore.currentChannel }}
当前通道{{ gasStore.currentChannel === gasStore.channelSwitcherMap[0] ? '降解通道' : gasStore.currentChannel === gasStore.channelSwitcherMap[1] ? '消毒通道' : '除湿通道' }}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>

Loading…
Cancel
Save