买家端订单退款状态

This commit is contained in:
15386982806
2024-01-16 17:27:05 +08:00
parent 2182cd012a
commit 6e626f6e11
2 changed files with 4 additions and 6 deletions

View File

@@ -30,6 +30,7 @@
size="small"
>取消订单</Button
>
<Button v-if="order.allowOperationVO.showLogistics || orderPackage.length > 0 || logistics" type="info" @click="logisticsList()" size="small">查看物流</Button>
</Card>
<p class="verificationCode" v-if="order.order.verificationCode">
核验码:<span>{{ order.order.verificationCode }}</span>
@@ -72,9 +73,6 @@
<p>支付方式:{{ order.paymentMethodValue }}</p>
<p>付款状态:{{ order.payStatusValue }}</p>
</div>
<div v-if="order.allowOperationVO.showLogistics || orderPackage.length > 0 || logistics">
<Button type="info" @click="logisticsList()" size="small">查看物流</Button>
</div>
<div class="order-card" v-if="!order.order.verificationCode">
<h3>配送信息</h3>
<p>配送方式:{{ order.deliveryMethodValue }}</p>