Commit 2a7cc3da91279bdd7cc03c6966c8a0a57db78a16

Authored by 郭伟龙
1 parent 0a68f0b2
Exists in master

fix:添加小计类型

frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue
... ... @@ -120,7 +120,7 @@ export default {
120 120 if (cur.wdailyfundsforderno !== 'subtotal' && (index === this.tableData.length - 1 || this.tableData[index + 1].wdailyfundsforgtype !== cur.wdailyfundsforgtype)) {
121 121 const subtotalRow = {
122 122 wdailyfundsforderno: 'subtotal',
123   - wdailyfundsforgtype: '小计',
  123 + wdailyfundsforgtype: `小计(${cur.wdailyfundsforgtype || '--'})`,
124 124 wdailyfundsfyesterdayaccountbalance: 0,
125 125 wdailyfundsftodayaccountbalance: 0,
126 126 wdailyfundsfaccountbalancedifference: 0,
... ...