|
|
@@ -175,9 +175,11 @@ async function handleSubmitOrder(order: Api.xsbOrderList) {
|
|
|
</view>
|
|
|
<view class="my24rpx flex items-center justify-end">
|
|
|
<template v-if="item.hbOrderStatus === subPackOrder?.OrderStatus.PaddingPay">
|
|
|
- <wd-button size="small" plain type="info" @click.stop="handleCancel(item)">
|
|
|
- 取消订单
|
|
|
- </wd-button>
|
|
|
+ <view>
|
|
|
+ <wd-button size="small" plain type="info" @click.stop="handleCancel(item)">
|
|
|
+ 取消订单
|
|
|
+ </wd-button>
|
|
|
+ </view>
|
|
|
<view class="ml20rpx">
|
|
|
<wd-button size="small" plain type="error" @click.stop="handlePay(item.orderNumber as string)">
|
|
|
付款
|
|
|
@@ -185,9 +187,11 @@ async function handleSubmitOrder(order: Api.xsbOrderList) {
|
|
|
</view>
|
|
|
</template>
|
|
|
<template v-if="item.hbOrderStatus === subPackOrder?.OrderStatus.OrderArrived">
|
|
|
- <wd-button size="small" plain type="info" @click.stop="handleSubmitOrder(item)">
|
|
|
- 确认收货
|
|
|
- </wd-button>
|
|
|
+ <view>
|
|
|
+ <wd-button size="small" plain type="info" @click.stop="handleSubmitOrder(item)">
|
|
|
+ 确认收货
|
|
|
+ </wd-button>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
</view>
|
|
|
</view>
|