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: '审批状态' }, },