diff --git a/src/app/pages/trade/order-oil-list/order-oil-list.component.html b/src/app/pages/trade/order-oil-list/order-oil-list.component.html
index 0d80d36..8bb2bb9 100644
--- a/src/app/pages/trade/order-oil-list/order-oil-list.component.html
+++ b/src/app/pages/trade/order-oil-list/order-oil-list.component.html
@@ -195,6 +195,7 @@
总优惠 |
优惠券优惠 |
加油优惠 |
+ 服务费 |
应付金额 |
积分抵扣 |
实付金额 |
@@ -224,6 +225,7 @@
{{data.totalDeductionPrice}}元 |
{{data.deductionCouponPrice}}元 |
{{data.deductionOilPrice}}元 |
+ {{data.gasServiceFeePrice}}元 |
{{data.payablePrice}}元 |
{{data.payIntegral / 100}}元 |
{{data.actualPayPrice!=null?data.actualPayPrice+'元':'未支付'}} |
@@ -277,6 +279,7 @@
优惠券优惠:{{orderDetailObject.gasOrder.deductionCouponPrice}}元
加油优惠:{{orderDetailObject.gasOrder.deductionOilPrice}}元
积分抵扣:{{orderDetailObject.gasOrder.payIntegral / 100}}元
+ 服务费:{{orderDetailObject.gasOrder.gasServiceFeePrice}}元