From 365d32b7955cd07bb1521815c90f0f9dd986d293 Mon Sep 17 00:00:00 2001 From: hu177768073 <177768073@qq.com> Date: Fri, 13 Sep 2024 15:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/trade/order-oil-list/order-oil-list.component.html | 3 +++ 1 file changed, 3 insertions(+) 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}}元