|
|
@ -126,21 +126,21 @@ |
|
|
|
<view class="button-group row col"> |
|
|
|
<view class="button-group row col"> |
|
|
|
<view class="button" v-if="item.status === 3"> |
|
|
|
<view class="button" v-if="item.status === 3"> |
|
|
|
<u-button |
|
|
|
<u-button |
|
|
|
@click="navTo('/pages/Order/detail?id='+item.id+'&type=edit')" |
|
|
|
@click="navTo('/pages/Order/detail?house_order_id='+item.id+'&type=edit')" |
|
|
|
text="重新审核" |
|
|
|
text="重新审核" |
|
|
|
shape="circle" |
|
|
|
shape="circle" |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="button" v-else-if="item.status === 5 || item.status === 1"> |
|
|
|
<view class="button" v-else-if="item.status === 5 || item.status === 1"> |
|
|
|
<u-button |
|
|
|
<u-button |
|
|
|
@click="navTo('/pages/Order/detail?id='+item.id+'&type=apply')" |
|
|
|
@click="navTo('/pages/Order/detail?house_order_id='+item.id+'&type=apply')" |
|
|
|
text="申请兑换" |
|
|
|
text="申请兑换" |
|
|
|
shape="circle" |
|
|
|
shape="circle" |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="button" v-else> |
|
|
|
<view class="button" v-else> |
|
|
|
<u-button |
|
|
|
<u-button |
|
|
|
@click="navTo('/pages/Order/detail?id='+item.id+'&type=detail')" |
|
|
|
@click="navTo('/pages/Order/detail?house_order_id='+item.id+'&type=detail')" |
|
|
|
text="租房详情" |
|
|
|
text="租房详情" |
|
|
|
shape="circle" |
|
|
|
shape="circle" |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|
custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button> |
|
|
|