|
|
@ -98,7 +98,7 @@ |
|
|
|
/> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="row_wrap"> |
|
|
|
<div class="row_wrap" v-if="operatorStore.disinfectStatus != 1"> |
|
|
|
<p class="title">允许消毒最大湿度(%RH)</p> |
|
|
|
<p class="num"> |
|
|
|
<van-field |
|
|
@ -112,7 +112,7 @@ |
|
|
|
/> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="row_wrap"> |
|
|
|
<div class="row_wrap" v-if="operatorStore.disinfectStatus != 1"> |
|
|
|
<p class="title">预热时间(s)</p> |
|
|
|
<p class="num"> |
|
|
|
<van-field |
|
|
@ -228,12 +228,13 @@ |
|
|
|
<script setup> |
|
|
|
import { ref } from 'vue' |
|
|
|
import { showSuccessToast, showFailToast } from 'vant' |
|
|
|
import { useSettingStore, useWebSocketStore } from '@/store' |
|
|
|
import { useSettingStore, useWebSocketStore, useOperatorStore } from '@/store' |
|
|
|
import { storeToRefs } from 'pinia' |
|
|
|
import { setSettingValJSON } from '@/mock/command' |
|
|
|
|
|
|
|
const settingStore = useSettingStore() |
|
|
|
const webSocketStore = useWebSocketStore() |
|
|
|
const operatorStore = useOperatorStore() |
|
|
|
const { |
|
|
|
max_humidity, |
|
|
|
continued_satur, |
|
|
|