作者 韩昌

g

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