作者 韩昌

g

@@ -61,8 +61,8 @@ @@ -61,8 +61,8 @@
61 </view> --> 61 </view> -->
62 </view> 62 </view>
63 <view style="height: 200rpx"></view> 63 <view style="height: 200rpx"></view>
64 - <!-- <view class="fixed-bottom" v-if="[30, '30', 20, '20'].includes(detailData?.orderState)"> -->  
65 - <view> 64 + <view class="fixed-bottom" v-if="[30, '30', 20, '20'].includes(detailData?.orderState)">
  65 + <!-- <view> -->
66 <view class="form-btns"> 66 <view class="form-btns">
67 <up-button type="info" shape="circle" text="返回" throttleTime="1500" @click="proxy.$h.backUrl()" :customStyle="{ width: '196rpx', marginRight: '16rpx' }"></up-button> 67 <up-button type="info" shape="circle" text="返回" throttleTime="1500" @click="proxy.$h.backUrl()" :customStyle="{ width: '196rpx', marginRight: '16rpx' }"></up-button>
68 <up-button color="#05B8D2" shape="circle" :text="[20, '20'].includes(detailData?.orderState) ? '接诊' : '继续接诊'" throttleTime="1500" @click="AcceptHandler"></up-button> 68 <up-button color="#05B8D2" shape="circle" :text="[20, '20'].includes(detailData?.orderState) ? '接诊' : '继续接诊'" throttleTime="1500" @click="AcceptHandler"></up-button>