|
@@ -384,8 +384,8 @@
|
|
|
<view>{{ content }}</view>
|
|
<view>{{ content }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view style=" display: flex;flex-direction: row; padding-left: 6%;">
|
|
|
|
|
- <view style="position: relative" @click="setPressTurn" >
|
|
|
|
|
|
|
+ <view style=" display: flex;flex-direction: row;">
|
|
|
|
|
+ <view style="position: relative" @click="setPressTurn" style="width: 33%" >
|
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
|
<image v-if="pressTurn == 1" :src="imgUrl+'/img20250528/jiya_on.png'" style="width: 100%;height: 100%"/>
|
|
<image v-if="pressTurn == 1" :src="imgUrl+'/img20250528/jiya_on.png'" style="width: 100%;height: 100%"/>
|
|
@@ -395,7 +395,7 @@
|
|
|
<view style=" position: relative;left: 37%;top: 29%; font-size: 12px;">挤压</view>
|
|
<view style=" position: relative;left: 37%;top: 29%; font-size: 12px;">挤压</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view style="position: relative" @click="setResetTurn" >
|
|
|
|
|
|
|
+ <view style="position: relative" @click="setResetTurn" style="width: 33%" >
|
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
|
<image v-if="resetTurn == 1" :src="imgUrl+'/img20250528/fuwei_on.png'" style="width: 100%;height: 100%"/>
|
|
<image v-if="resetTurn == 1" :src="imgUrl+'/img20250528/fuwei_on.png'" style="width: 100%;height: 100%"/>
|
|
@@ -405,7 +405,7 @@
|
|
|
<view style=" position: relative;left: 37%;top: 29%; font-size: 12px;">复位</view>
|
|
<view style=" position: relative;left: 37%;top: 29%; font-size: 12px;">复位</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view style="position: relative" @click="paishui" >
|
|
|
|
|
|
|
+ <view style="position: relative" @click="paishui" style="width: 33%" >
|
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
<view style="background: white;height: 50px;width: 60px;position: relative;border-radius: 10px;top: 10px;margin: 0 10px;">
|
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
<view style="height: 30%;width: 40%;position: relative;left: 34%;top: 20%;">
|
|
|
<image v-if="drainageTurn == 1" :src="imgUrl+'/img20250528/chuyao_on.png'" style="width: 100%;height: 100%"/>
|
|
<image v-if="drainageTurn == 1" :src="imgUrl+'/img20250528/chuyao_on.png'" style="width: 100%;height: 100%"/>
|
|
@@ -3309,10 +3309,10 @@ export default {
|
|
|
return false;
|
|
return false;
|
|
|
},
|
|
},
|
|
|
decoctControlChange(){
|
|
decoctControlChange(){
|
|
|
- if(this.decoctControlStatus){
|
|
|
|
|
- this.stopDecoctControlChange();
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if(this.decoctControlStatus){
|
|
|
|
|
+ // this.stopDecoctControlChange();
|
|
|
|
|
+ // return;
|
|
|
|
|
+ // }
|
|
|
if(!this.decoctControlStatus){
|
|
if(!this.decoctControlStatus){
|
|
|
if(!this.canStart()){
|
|
if(!this.canStart()){
|
|
|
this.$modal.alert("先煎时间和后下时间必须均不设置或均设置")
|
|
this.$modal.alert("先煎时间和后下时间必须均不设置或均设置")
|