Browse Source

fix: 三通阀传参修改

master
guoapeng 5 months ago
parent
commit
8c0bbfcec3
  1. 4
      src/views/debug/index.vue

4
src/views/debug/index.vue

@ -163,8 +163,8 @@
<el-divider />
<div>
<div>切换三通</div>
<el-button type="primary" @click="onSwitchThreeWayValve('clean')">管路切换到基质</el-button>
<el-button type="primary" @click="onSwitchThreeWayValve('spray')">管路切换到清洗</el-button>
<el-button type="primary" @click="onSwitchThreeWayValve('clear_nozzle')">管路切换到基质</el-button>
<el-button type="primary" @click="onSwitchThreeWayValve('clear_spray')">管路切换到清洗</el-button>
</div>
<el-divider />
<div>

Loading…
Cancel
Save