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