|
|
@ -10,7 +10,7 @@ |
|
|
|
:formatter="formatter6" |
|
|
|
:maxlength="4" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(1)" |
|
|
|
@click.stop="hideClickKey(1)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setAddliquidVal">设置</div> |
|
|
@ -25,7 +25,7 @@ |
|
|
|
:formatter="formatter7" |
|
|
|
:maxlength="4" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(2)" |
|
|
|
@click.stop="hideClickKey(2)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setSprayLiquidVal">设置</div> |
|
|
@ -40,7 +40,7 @@ |
|
|
|
:formatter="formatter1" |
|
|
|
:maxlength="4" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(3)" |
|
|
|
@click.stop="hideClickKey(3)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setStopedGsVal">设置</div> |
|
|
@ -55,7 +55,7 @@ |
|
|
|
:maxlength="4" |
|
|
|
:formatter="formatter2" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(4)" |
|
|
|
@click.stop="hideClickKey(4)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setcontinuedGsVal">设置</div> |
|
|
@ -70,7 +70,7 @@ |
|
|
|
:clickable="true" |
|
|
|
:maxlength="3" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(5)" |
|
|
|
@click.stop="hideClickKey(5)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setstopedSaturVal">设置</div> |
|
|
@ -85,7 +85,7 @@ |
|
|
|
:clickable="true" |
|
|
|
:maxlength="3" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(6)" |
|
|
|
@click.stop="hideClickKey(6)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setContinuedSaturVal">设置</div> |
|
|
@ -100,7 +100,7 @@ |
|
|
|
:clickable="true" |
|
|
|
:maxlength="3" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(7)" |
|
|
|
@click.stop="hideClickKey(7)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setMaxHumidityVal">设置</div> |
|
|
@ -114,7 +114,7 @@ |
|
|
|
v-model="pre_heat_time_s" |
|
|
|
:clickable="true" |
|
|
|
readonly |
|
|
|
@touchstart.stop="hideClickKey(8)" |
|
|
|
@click.stop="hideClickKey(8)" |
|
|
|
/> |
|
|
|
</p> |
|
|
|
<div class="btn style-btn" @click="setHeat_timeVal">设置</div> |
|
|
|