|
|
@ -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"> |
|
|
|