Commit c63789fc by caoyanzhi

update: 订单列表

parent e4ba4a23
......@@ -98,6 +98,12 @@
</div>
<div class="order-descript-content">{{ el.paidAmount - el.deliveryPaymentAmount | fomatFloat }}</div>
</div>
<div v-if="el.deliveryPaymentAmount" class="order-descript-item gray">
<div class="order-descript-label">
<div class="order-descript-label-text">运费</div>
</div>
<div class="order-descript-content">{{ el.deliveryPaymentAmount | fomatFloat }}</div>
</div>
<!-- 退款单显示应退金额 -->
<div class="order-descript-item gray">
<div class="order-descript-label">
......@@ -105,7 +111,6 @@
</div>
<div class="order-descript-content">
<div>{{ el.paidAmount | fomatFloat }}</div>
<div v-if="el.deliveryPaymentAmount">(含运费:{{ el.deliveryPaymentAmount | fomatFloat }})</div>
</div>
</div>
<!-- 购买单、退换单显示优惠 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment