From 5b1147b24615058d22ebdaac041a23cabe078e3e Mon Sep 17 00:00:00 2001 From: OathK1per Date: Fri, 14 Jan 2022 16:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E7=A9=BA=E7=99=BD=E5=A4=84=E9=A2=84?= =?UTF-8?q?=E8=AE=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_approve.ftl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index 8ecd4c9..913f01f 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -230,14 +230,14 @@
华智产品金额
- ${Utils.format(project.huazhiProductAmount)}元 + ${Utils.format(project.huazhiProductAmount, '0.00')}
其他产品金额
- ${Utils.format(project.ziguangOtherAmount)}元 + ${Utils.format(project.ziguangOtherAmount, '0.00')}
@@ -355,15 +355,15 @@ 成本 其他 ${project.otherName!} - - + + 合计 - - + + @@ -979,10 +979,10 @@