add total expense/income amount in statistics page

This commit is contained in:
MaysWind
2021-01-28 00:54:26 +08:00
parent 217c15a746
commit 63a0136234
3 changed files with 38 additions and 9 deletions
+2
View File
@@ -626,6 +626,8 @@ export default {
'No transaction data': 'No transaction data',
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
'Unable to delete this transaction': 'Unable to delete this transaction',
'Total Expense': 'Total Expense',
'Total Income': 'Total Income',
'Expense Chart': 'Expense Chart',
'Expense By Account': 'Expense By Account',
'Expense By Primary Category': 'Expense By Primary Category',
+2
View File
@@ -626,6 +626,8 @@ export default {
'No transaction data': '没有交易数据',
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
'Unable to delete this transaction': '无法删除该交易',
'Total Expense': '总支出',
'Total Income': '总收入',
'Expense Chart': '支出图表',
'Expense By Account': '账号支出',
'Expense By Primary Category': '一级分类支出',