|
|
@ -224,7 +224,7 @@ const extractLiquidHandle = async () => { |
|
|
|
<ft-button type="primary" size="large" :disabled="!systemStore.systemStatus.doorModule.actionable" :click-handle="() => commandHandle('door_open')"> |
|
|
|
开门 |
|
|
|
</ft-button> |
|
|
|
<ft-button type="primary" size="large" :disabled="systemStore.systemStatus.doorModule.actionable" :click-handle="() => commandHandle('door_close')"> |
|
|
|
<ft-button type="primary" size="large" :disabled="!systemStore.systemStatus.doorModule.actionable" :click-handle="() => commandHandle('door_close')"> |
|
|
|
关门 |
|
|
|
</ft-button> |
|
|
|
</el-card> |
|
|
|