Commit 940c207c by huaying

fix: 退订单文案修改

parent d45abb27
......@@ -140,7 +140,7 @@
<!-- 退款单显示应退金额 -->
<div class="order-descript-item gray">
<div class="order-descript-label">
<div class="order-descript-label-text">{{ el.orderType == 2 ? '应退金额' : '应收金额'}}</div>
<div class="order-descript-label-text">{{ el.orderType == 2 || el.orderType == 4 ? '应退金额' : '应收金额'}}</div>
</div>
<div class="order-descript-content">
<div>{{ el.paidAmount | fomatFloat }}</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