查询
重置
{{ $index + 1 + ((state.pagination?.current || 1) - 1) * (state.pagination?.size || 10) }}
{{ col.label }}
{{ formatSchoolTerm(scope.row.schoolTerm) }}
{{ scope.row.operatTime || '-' }}
{{ formatType(scope.row.type) }}
¥{{ scope.row.money.toFixed(2) }}
-
查看
-
操作
编辑
删除
新增记录
查询
{{ scope.row.totalIncome ? '¥' + scope.row.totalIncome.toFixed(2) : '¥0.00' }}
{{ scope.row.totalExpense ? '¥' + scope.row.totalExpense.toFixed(2) : '¥0.00' }}
{{ scope.row.openingBalance ? '¥' + scope.row.openingBalance.toFixed(2) : '¥0.00' }}
{{ scope.row.totalBalance ? '¥' + scope.row.totalBalance.toFixed(2) : '¥0.00' }}
班级总数:
{{ summaryData.length }}
总收入合计:
¥{{ totalSummary.totalIncome.toFixed(2) }}
总支出合计:
¥{{ totalSummary.totalExpense.toFixed(2) }}
总结余合计:
¥{{ totalSummary.totalBalance.toFixed(2) }}
关 闭