多SKU订单无申请售后按钮

master
chc 2024-03-11 15:49:35 +08:00
parent 9cab354cbb
commit 8166f90f0f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<Button @click="goPay(order.sn)" size="small" type="success" v-if="order.allowOperationVO.pay"></Button>
<Button @click="received(order.sn)" size="small" type="warning" v-if="order.allowOperationVO.rog"></Button>
<!-- 售后 -->
<Button v-if="order.groupAfterSaleStatus && (order.groupAfterSaleStatus==='NOT_APPLIED'|| order.groupAfterSaleStatus==='PART_AFTER_SALE' )"
<Button v-if="order.groupAfterSaleStatus && (order.groupAfterSaleStatus.includes('NOT_APPLIED') || order.groupAfterSaleStatus==='NOT_APPLIED'|| order.groupAfterSaleStatus==='PART_AFTER_SALE' )"
@click="applyAfterSale(order.orderItems)" size="small">申请售后</Button>
</div>
</div>