Browse Source

fix: 喷涂中可以暂停

master
guoapeng 3 weeks ago
parent
commit
b6f0c1976a
  1. 2
      src/views/spray/index.vue

2
src/views/spray/index.vue

@ -244,7 +244,7 @@ const viewParams = (index: number) => {
<!-- <ft-button type="primary" :disabled="!systemStore.systemStatus.spraying" @click="updateParam"> -->
<!-- 调整参数 -->
<!-- </ft-button> -->
<ft-button type="primary" :disabled="!systemStore.systemStatus.suspendable" @click="pauseWork">
<ft-button type="primary" :disabled="!systemStore.systemStatus.spraying" @click="pauseWork">
暂停喷涂
</ft-button>
<ft-button type="primary" :disabled="!systemStore.systemStatus.paused" @click="continueWork">

Loading…
Cancel
Save