提交代码

master
胡锐 2 months ago
parent 1e0969951b
commit 365d32b795
  1. 3
      src/app/pages/trade/order-oil-list/order-oil-list.component.html

@ -195,6 +195,7 @@
<th>总优惠</th>
<th>优惠券优惠</th>
<th>加油优惠</th>
<th>服务费</th>
<th>应付金额</th>
<th>积分抵扣</th>
<th>实付金额</th>
@ -224,6 +225,7 @@
<td>{{data.totalDeductionPrice}}元</td>
<td>{{data.deductionCouponPrice}}元</td>
<td>{{data.deductionOilPrice}}元</td>
<td>{{data.gasServiceFeePrice}}元</td>
<td>{{data.payablePrice}}元</td>
<td>{{data.payIntegral / 100}}元</td>
<td>{{data.actualPayPrice!=null?data.actualPayPrice+'元':'未支付'}}</td>
@ -277,6 +279,7 @@
<span nz-typography>优惠券优惠:{{orderDetailObject.gasOrder.deductionCouponPrice}}元</span><br>
<span nz-typography>加油优惠:{{orderDetailObject.gasOrder.deductionOilPrice}}元</span><br>
<span nz-typography>积分抵扣:{{orderDetailObject.gasOrder.payIntegral / 100}}元</span><br>
<span nz-typography>服务费:{{orderDetailObject.gasOrder.gasServiceFeePrice}}元</span><br>
</nz-descriptions-item>
<nz-descriptions-item nzSpan="1" nzTitle="油价">
<nz-badge nzStatus="processing" nzText="平台价:{{orderDetailObject.gasOrder.gasPricePlatform}}"></nz-badge><br>

Loading…
Cancel
Save