|
|
@ -28,24 +28,21 @@ |
|
|
|
<p class="fs24 fw-blod font-color-999" v-if="orderData.afterState===8">退货完成,拒绝退款</p> |
|
|
|
<p class="fs24 fw-blod font-color-999" v-if="orderData.afterState===9">已关闭</p> |
|
|
|
<p class="fs24 fw-blod" v-if="orderData.afterState===10">审核通过</p> |
|
|
|
<el-button plain |
|
|
|
v-if="orderData.afterState===6 || orderData.afterState===8" |
|
|
|
class="intervention mar-top-10" |
|
|
|
@click="platform" |
|
|
|
>申请平台介入</el-button> |
|
|
|
<el-button plain |
|
|
|
v-if="(orderData.afterState===1 && orderData.afterType===1) |
|
|
|
<el-button plain v-if="orderData.afterState===6 || orderData.afterState===8" |
|
|
|
class="intervention mar-top-10" type="info" @click="platform"> |
|
|
|
申请平台介入 |
|
|
|
</el-button> |
|
|
|
<el-button plain v-if="(orderData.afterState===1 && orderData.afterType===1) |
|
|
|
|| (orderData.afterState===6 && orderData.afterType===1) |
|
|
|
|| (orderData.afterState===10 && orderData.afterType===1)" |
|
|
|
class="intervention mar-top-10" |
|
|
|
@click="returnRefund" |
|
|
|
>撤销申请</el-button> |
|
|
|
<el-button plain |
|
|
|
v-if="orderData.afterState===1 && orderData.afterType===2 |
|
|
|
class="intervention mar-top-10" type="info" @click="returnRefund"> |
|
|
|
撤销申请 |
|
|
|
</el-button> |
|
|
|
<el-button plain v-if="orderData.afterState===1 && orderData.afterType===2 |
|
|
|
|| orderData.afterState===6 && orderData.afterType===2" |
|
|
|
class="intervention mar-top-10" |
|
|
|
@click="returnGoods" |
|
|
|
>撤销退货</el-button> |
|
|
|
class="intervention mar-top-10" type="info" @click="returnGoods"> |
|
|
|
撤销退货 |
|
|
|
</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="bottom"> |
|
|
|