|
|
|
@ -223,13 +223,13 @@ |
|
|
|
> |
|
|
|
|
|
|
|
<!-- 没付钱的可以取消--> |
|
|
|
<!-- <el-button--> |
|
|
|
<!-- type="text"--> |
|
|
|
<!-- size="small"--> |
|
|
|
<!-- v-if="scope.row.order_status == 0 && scope.row.pay?.pay_status == 0 && scope.row.pay?.received_money == 0"--> |
|
|
|
<!-- @click="cancelOrder(scope.row)"--> |
|
|
|
<!-- >取消订单--> |
|
|
|
<!-- </el-button>--> |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
v-if="scope.row.order_status == 0 && scope.row.pay.pay_status == 0 && scope.row.pay.received_money == 0" |
|
|
|
@click="cancelOrder(scope.row)" |
|
|
|
>取消订单 |
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-button--> |
|
|
|
@ -242,13 +242,13 @@ |
|
|
|
<!-- @click="refund(scope.row)"--> |
|
|
|
<!-- >申请售后</el-button>--> |
|
|
|
|
|
|
|
<!-- <el-button--> |
|
|
|
<!-- type="text"--> |
|
|
|
<!-- size="small"--> |
|
|
|
<!-- v-if="[0,1,3,4].includes(scope.row.order_status) && [0,2].includes(scope.row.pay?.pay_status)"--> |
|
|
|
<!-- @click="clickSpsh(scope.row)">--> |
|
|
|
<!-- 申请售后--> |
|
|
|
<!-- </el-button>--> |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
v-if="[0,1,3,4].includes(scope.row.order_status) && [0,2].includes(scope.row.pay.pay_status)" |
|
|
|
@click="clickSpsh(scope.row)"> |
|
|
|
申请售后 |
|
|
|
</el-button> |
|
|
|
|
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
|