From 2a7cc3da91279bdd7cc03c6966c8a0a57db78a16 Mon Sep 17 00:00:00 2001 From: guoweilong Date: Mon, 15 Jul 2024 11:07:20 +0800 Subject: [PATCH] fix:添加小计类型 --- frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue index d9b913b..96f3ff9 100644 --- a/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue +++ b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue @@ -120,7 +120,7 @@ export default { if (cur.wdailyfundsforderno !== 'subtotal' && (index === this.tableData.length - 1 || this.tableData[index + 1].wdailyfundsforgtype !== cur.wdailyfundsforgtype)) { const subtotalRow = { wdailyfundsforderno: 'subtotal', - wdailyfundsforgtype: '小计', + wdailyfundsforgtype: `小计(${cur.wdailyfundsforgtype || '--'})`, wdailyfundsfyesterdayaccountbalance: 0, wdailyfundsftodayaccountbalance: 0, wdailyfundsfaccountbalancedifference: 0, -- libgit2 0.21.2