Commit e83b152a by huaying

fix: 解决冲突

parent b10a8a2f
......@@ -158,7 +158,7 @@
<!-- 退款单、退换单显示实退金额 -->
<div class="order-descript-item">
<div class="order-descript-label">
<div class="order-descript-label-text">{{ el.orderType == 2 || el.orderType == 4 ? '实退金额' : '实付金额'}}</div>
<div class="order-descript-label-text">{{ el.orderType == 2 ? '实退金额' : '实付金额'}}</div>
</div>
<div class="order-descript-content">
{{ el.payAmount | fomatFloat }}
......
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