|
|
|
@ -75,12 +75,6 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="action-item" v-if="$auth('/order/list/all.deliver')"> |
|
|
|
|
<a-button |
|
|
|
|
v-if=" |
|
|
|
|
record.pay_status == PayStatusEnum.SUCCESS.value && |
|
|
|
|
inArray(record.delivery_type, [DeliveryTypeEnum.EXPRESS.value, DeliveryTypeEnum.NOTHING.value]) && |
|
|
|
|
record.delivery_status != DeliveryStatusEnum.DELIVERED.value && |
|
|
|
|
!inArray(record.order_status, [OrderStatusEnum.CANCELLED.value, OrderStatusEnum.APPLY_CANCEL.value]) |
|
|
|
|
" |
|
|
|
|
@click="handleForcecancel" |
|
|
|
|
>强制取消</a-button |
|
|
|
|
> |
|
|
|
|