From 26933610fa6174dd75b2ab60db0524c6a87655b5 Mon Sep 17 00:00:00 2001 From: lb01 Date: Tue, 13 Dec 2022 18:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E8=B4=B9=E5=AE=A1=E6=8A=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=80=BB=E9=87=91=E9=A2=9D=E4=B8=BA=E5=90=88=E8=AE=A1?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=BA=E9=A1=B9=E7=9B=AE=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/AssetManagementSystem/FundsApply/list.vue | 2 +- .../pages/AssetManagementSystem/FundsApply/single.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue index 46d6d87f9..2809973fd 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue @@ -42,7 +42,7 @@ --> - 总金额: + 合计: {{ decimals(displayListItem(item, 'SumAmount')) }} diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue index a4ffdd000..78d1a1282 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue @@ -41,7 +41,7 @@ - + + title="合计" disabled="" /> @@ -186,16 +186,16 @@ // }, SumAmount: { type: 'text', - title: '总金额' + title: '合计' }, UpperAmount: { type: 'text', - title: '总金额', + title: '合计', verify: 'NotNull' }, Status: { type: 'text', - title: '总金额' + title: '审批状态' }, },