fix: 订单详情展示更多信息

This commit is contained in:
YeMingfei666 2025-03-21 18:12:29 +08:00
parent 6368927de3
commit b45ec5e042
1 changed files with 9 additions and 2 deletions

View File

@ -74,10 +74,17 @@
<div>打包费{{ detail.packFee || "-" }}</div>
</div> -->
<div class="row">
<div>打包费{{ detail.packFee || "-" }}</div>
<div>订单原价{{ detail.originAmount }}</div>
<div>优惠金额{{ detail.discountAmount }}</div>
<div>打包费{{ detail.packFee || "-" }}</div>
<div>餐位费{{ detail.seatAmount || "-" }}</div>
<div>商品券抵扣{{ detail.productCouponDiscountAmount }}</div>
<div>满减券抵扣{{ detail.fullCouponDiscountAmount }}</div>
</div>
<div class="row">
<div>退单金额{{ detail.refundAmount }}</div>
<div>折扣金额{{ detail.discountAmount }}</div>
<div>积分抵扣{{ detail.pointsDiscountAmount }}</div>
<div>抹零{{ detail.roundAmount }}</div>
<div>
实收金额
<span style="color: red">{{ detail.payAmount }}</span>