|
@ -13,7 +13,6 @@ |
|
|
@click.stop="hideClickKey(1)" |
|
|
@click.stop="hideClickKey(1)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setAddliquidVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">喷液蠕动泵(/g)</p> |
|
|
<p class="title">喷液蠕动泵(/g)</p> |
|
@ -28,7 +27,6 @@ |
|
|
@click.stop="hideClickKey(2)" |
|
|
@click.stop="hideClickKey(2)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setSprayLiquidVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">消毒停止过氧化氢溶度(/ppm)</p> |
|
|
<p class="title">消毒停止过氧化氢溶度(/ppm)</p> |
|
@ -43,7 +41,6 @@ |
|
|
@click.stop="hideClickKey(3)" |
|
|
@click.stop="hideClickKey(3)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setStopedGsVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">消毒继续过氧化氢溶度(/ppm)</p> |
|
|
<p class="title">消毒继续过氧化氢溶度(/ppm)</p> |
|
@ -58,7 +55,6 @@ |
|
|
@click.stop="hideClickKey(4)" |
|
|
@click.stop="hideClickKey(4)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setcontinuedGsVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">消毒停止过氧化氢相对饱和度(%RS)</p> |
|
|
<p class="title">消毒停止过氧化氢相对饱和度(%RS)</p> |
|
@ -73,7 +69,6 @@ |
|
|
@click.stop="hideClickKey(5)" |
|
|
@click.stop="hideClickKey(5)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setstopedSaturVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">消毒继续过氧化氢相对饱和度(%RS)</p> |
|
|
<p class="title">消毒继续过氧化氢相对饱和度(%RS)</p> |
|
@ -88,7 +83,6 @@ |
|
|
@click.stop="hideClickKey(6)" |
|
|
@click.stop="hideClickKey(6)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setContinuedSaturVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">允许消毒最大湿度(%RH)</p> |
|
|
<p class="title">允许消毒最大湿度(%RH)</p> |
|
@ -103,7 +97,6 @@ |
|
|
@click.stop="hideClickKey(7)" |
|
|
@click.stop="hideClickKey(7)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setMaxHumidityVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row_wrap"> |
|
|
<div class="row_wrap"> |
|
|
<p class="title">预热时间(s)</p> |
|
|
<p class="title">预热时间(s)</p> |
|
@ -117,52 +110,83 @@ |
|
|
@click.stop="hideClickKey(8)" |
|
|
@click.stop="hideClickKey(8)" |
|
|
/> |
|
|
/> |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn style-btn" @click="setHeat_timeVal">设置</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="addLiquidConfigVal" |
|
|
v-model="addLiquidConfigVal" |
|
|
|
|
|
:title="addLiquidConfigVal" |
|
|
:show="addLiquidConfigValShow" |
|
|
:show="addLiquidConfigValShow" |
|
|
:maxlength="4" |
|
|
:maxlength="4" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
|
|
|
@close="setAddliquidVal" |
|
|
@blur="addLiquidConfigValShow = false" |
|
|
@blur="addLiquidConfigValShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="sprayLiquidConfigVal" |
|
|
v-model="sprayLiquidConfigVal" |
|
|
|
|
|
:title="sprayLiquidConfigVal" |
|
|
:show="sprayLiquidConfigValShow" |
|
|
:show="sprayLiquidConfigValShow" |
|
|
:maxlength="4" |
|
|
:maxlength="4" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
@close="setSprayLiquidVal" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="sprayLiquidConfigValShow = false" |
|
|
@blur="sprayLiquidConfigValShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="stoped_gs" |
|
|
v-model="stoped_gs" |
|
|
|
|
|
:title="stoped_gs" |
|
|
:show="stoped_gsShow" |
|
|
:show="stoped_gsShow" |
|
|
:maxlength="4" |
|
|
:maxlength="4" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
@close="setStopedGsVal" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="stoped_gsShow = false" |
|
|
@blur="stoped_gsShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="continued_gs" |
|
|
v-model="continued_gs" |
|
|
|
|
|
:title="continued_gs" |
|
|
|
|
|
@close="setcontinuedGsVal" |
|
|
:show="continued_gsShow" |
|
|
:show="continued_gsShow" |
|
|
:maxlength="4" |
|
|
:maxlength="4" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="continued_gsShow = false" |
|
|
@blur="continued_gsShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="stoped_satur" |
|
|
v-model="stoped_satur" |
|
|
|
|
|
:title="stoped_satur" |
|
|
|
|
|
@close="setstopedSaturVal" |
|
|
:show="stoped_saturShow" |
|
|
:show="stoped_saturShow" |
|
|
:maxlength="3" |
|
|
:maxlength="3" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="stoped_saturShow = false" |
|
|
@blur="stoped_saturShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="continued_satur" |
|
|
v-model="continued_satur" |
|
|
|
|
|
:title="continued_satur" |
|
|
|
|
|
@close="setContinuedSaturVal" |
|
|
:show="continued_saturShow" |
|
|
:show="continued_saturShow" |
|
|
:maxlength="3" |
|
|
:maxlength="3" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="continued_saturShow = false" |
|
|
@blur="continued_saturShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
v-model="max_humidity" |
|
|
v-model="max_humidity" |
|
|
|
|
|
:title="max_humidity" |
|
|
|
|
|
@close="setMaxHumidityVal" |
|
|
:show="max_humidityShow" |
|
|
:show="max_humidityShow" |
|
|
:maxlength="3" |
|
|
:maxlength="3" |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
@blur="max_humidityShow = false" |
|
|
@blur="max_humidityShow = false" |
|
|
/> |
|
|
/> |
|
|
<van-number-keyboard |
|
|
<van-number-keyboard |
|
|
|
|
|
theme="custom" |
|
|
|
|
|
close-button-text="配置" |
|
|
|
|
|
@close="setHeat_timeVal" |
|
|
v-model="pre_heat_time_s" |
|
|
v-model="pre_heat_time_s" |
|
|
|
|
|
:title="pre_heat_time_s" |
|
|
:show="pre_heat_time_sShow" |
|
|
:show="pre_heat_time_sShow" |
|
|
@blur="pre_heat_time_sShow = false" |
|
|
@blur="pre_heat_time_sShow = false" |
|
|
/> |
|
|
/> |
|
|