|
|
@ -4,7 +4,7 @@ import { roundNumber } from 'libs/utils' |
|
|
|
import { useDebugStore } from 'stores/debugStore' |
|
|
|
import { useDeviceStore } from 'stores/deviceStore' |
|
|
|
import { useHomeStore } from 'stores/homeStore' |
|
|
|
import { ref, watchEffect } from 'vue' |
|
|
|
import { computed, ref, watchEffect } from 'vue' |
|
|
|
|
|
|
|
const homeStore = useHomeStore() |
|
|
|
const debugStore = useDebugStore() |
|
|
@ -164,6 +164,7 @@ const printerDoTest = () => { |
|
|
|
} |
|
|
|
sendCmd(data) |
|
|
|
} |
|
|
|
const deviceType = computed(() => __DEVICE_TYPE__) |
|
|
|
</script> |
|
|
|
|
|
|
|
<template> |
|
|
@ -223,7 +224,7 @@ const printerDoTest = () => { |
|
|
|
<div class="debug-lower"> |
|
|
|
<section> |
|
|
|
<div> |
|
|
|
<div v-if="deviceState.deviceInfo.deviceType !== deviceState.deviceTypeMap.LargeSpaceDM_B" class="debug-left-lh"> |
|
|
|
<div v-if="deviceType !== deviceState.deviceTypeMap.LargeSpaceDM_B" class="debug-left-lh"> |
|
|
|
<div class="debug-label"> |
|
|
|
加液泵控制: |
|
|
|
</div> |
|
|
@ -259,7 +260,7 @@ const printerDoTest = () => { |
|
|
|
<bt-button button-text="关闭" @click="heatingDoClose" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="deviceState.deviceInfo.deviceType !== deviceState.deviceTypeMap.LargeSpaceDM_B" class="debug-left-lh"> |
|
|
|
<div v-if="deviceType !== deviceState.deviceTypeMap.LargeSpaceDM_B" class="debug-left-lh"> |
|
|
|
<div class="debug-label"> |
|
|
|
气密性阀门模式: |
|
|
|
</div> |
|
|
|