|
@@ -39,7 +39,7 @@
|
|
|
<template v-if="item.finishStatus == 1 && item.resaleStatus == 0">
|
|
|
<view class="an" style="color: blue;" @click.stop="resale(item)">订单转售</view>
|
|
|
</template>
|
|
|
- <template v-if="item.peopleConfirmStatus == 1 && item.Sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
|
|
|
+ <template v-if="item.peopleConfirmStatus == 1 && item.sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
|
|
|
<view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
|
|
|
</template>
|
|
|
<!-- <template v-if="item.resaleStatus == 1 && item.beingOrder == 0">
|