Browse Source

fix: 喷液

master
guoapeng 2 weeks ago
parent
commit
c66748aceb
  1. 11
      src/components/home/HomeOperation.vue

11
src/components/home/HomeOperation.vue

@ -209,19 +209,18 @@ const stopInjection = async () => {
</bt-button>
</div>
<div
v-if="!operationState && true"
v-if="!operationState"
style="width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 10px"
>
<div style="margin-right: 10px">
<span>强制停止喷液: </span>
<span v-if="homeStore.disinfectionState.handlePumpStopFlag">1</span>
<span v-else>0</span>
<span v-if="homeStore.disinfectionState.handlePumpStopFlag">已开启</span>
<span v-else>已关闭</span>
</div>
<el-button type="primary" @click="startInjection">
设置
开启喷液
</el-button>
<el-button type="danger" @click="stopInjection">
清除
关闭喷液
</el-button>
</div>

Loading…
Cancel
Save