Browse Source

fix:拉杆箱与管道式才有气密性测试

master
白凤吉 8 hours ago
parent
commit
a7a1033fd8
  1. 2
      src/views/debug/index.vue

2
src/views/debug/index.vue

@ -261,7 +261,7 @@ const deviceType = computed(() => __DEVICE_TYPE__)
<bt-button button-text="关闭" @click="heatingDoClose" />
</div>
</div>
<div v-if="[deviceState.deviceTypeMap?.LargeSpaceDM_B, deviceState.deviceTypeMap?.DrawBarDM].includes(deviceType)" class="debug-left-lh">
<div v-if="[deviceState.deviceTypeMap?.PipeDM, deviceState.deviceTypeMap?.DrawBarDM].includes(deviceType)" class="debug-left-lh">
<div class="debug-label">
气密性阀门模式
</div>

Loading…
Cancel
Save