From ba408730bf747bda5836141acd4b7dac12e46156 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 21 Feb 2022 14:46:19 +0800 Subject: [PATCH] fix bug --- .../modal/bulk/update-freight/update-freight.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.html b/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.html index 3daaa236..37dc0262 100644 --- a/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.html +++ b/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-14 14:03:07 * @LastEditors : Shiming - * @LastEditTime : 2022-01-24 16:40:01 + * @LastEditTime : 2022-02-21 14:44:38 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -33,10 +33,10 @@

总运费:{{ data.totalFreight |currency }}总运费:{{ data.totalAmount |currency }}

-

运输费:{{ data.freight |currency }},附加费:{{ data.surcharge |currency}}

+

运输费:{{ data.totalFreight |currency }},附加费:{{ data.totalSurcharge |currency}}