|
@ -234,7 +234,7 @@ const deviceType = computed(() => __DEVICE_TYPE__) |
|
|
<bt-button button-text="停止" @click="liquidFillingPumpDoStop" /> |
|
|
<bt-button button-text="停止" @click="liquidFillingPumpDoStop" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="deviceType !== deviceState.deviceTypeMap.DrawBarDM" class="debug-left-lh"> |
|
|
|
|
|
|
|
|
<div class="debug-left-lh"> |
|
|
<div class="debug-label"> |
|
|
<div class="debug-label"> |
|
|
空压机控制: |
|
|
空压机控制: |
|
|
</div> |
|
|
</div> |
|
@ -256,7 +256,7 @@ const deviceType = computed(() => __DEVICE_TYPE__) |
|
|
<bt-button button-text="关闭" @click="heatingDoClose" /> |
|
|
<bt-button button-text="关闭" @click="heatingDoClose" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="deviceType !== deviceState.deviceTypeMap.LargeSpaceDM_B" class="debug-left-lh"> |
|
|
|
|
|
|
|
|
<div v-if="[deviceState.deviceTypeMap.LargeSpaceDM_B, deviceState.deviceTypeMap.DrawBarDM].includes(deviceType)" class="debug-left-lh"> |
|
|
<div class="debug-label"> |
|
|
<div class="debug-label"> |
|
|
气密性阀门模式: |
|
|
气密性阀门模式: |
|
|
</div> |
|
|
</div> |
|
@ -298,7 +298,7 @@ const deviceType = computed(() => __DEVICE_TYPE__) |
|
|
<bt-button button-text="停止" @click="onClosePump" /> |
|
|
<bt-button button-text="停止" @click="onClosePump" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="deviceType !== deviceState.deviceTypeMap.DrawBarDM" class="debug-left-lh"> |
|
|
|
|
|
|
|
|
<div class="debug-left-lh"> |
|
|
<div class="debug-label"> |
|
|
<div class="debug-label"> |
|
|
风机控制: |
|
|
风机控制: |
|
|
</div> |
|
|
</div> |
|
|