data management page shows all user data statistics

This commit is contained in:
MaysWind
2023-04-02 19:13:33 +08:00
parent dfb6c593e4
commit 3b0ef7a96d
13 changed files with 174 additions and 1 deletions
+2
View File
@@ -811,6 +811,7 @@ export default {
'Are you sure you want to delete this account?': 'Are you sure you want to delete this account?',
'Unable to delete this account': 'Unable to delete this account',
'Transaction': 'Transaction',
'Transactions': 'Transactions',
'Add Transaction': 'Add Transaction',
'Edit Transaction': 'Edit Transaction',
'Modify Balance': 'Modify Balance',
@@ -897,6 +898,7 @@ export default {
'Your profile has been successfully updated': 'Your profile has been successfully updated',
'Unable to update user profile': 'Unable to update user profile',
'Data Management': 'Data Management',
'Unable to get user statistics data': 'Unable to get user statistics data',
'Export Data': 'Export Data',
'Clear User Data': 'Clear User Data',
'Are you sure you want to clear all data?': 'Are you sure you want to clear all data?',
+2
View File
@@ -811,6 +811,7 @@ export default {
'Are you sure you want to delete this account?': '您确定要删除该账户?',
'Unable to delete this account': '无法删除该账户',
'Transaction': '交易',
'Transactions': '交易',
'Add Transaction': '添加交易',
'Edit Transaction': '编辑交易',
'Modify Balance': '修改余额',
@@ -897,6 +898,7 @@ export default {
'Your profile has been successfully updated': '您的用户信息更新成功',
'Unable to update user profile': '无法更新用户信息',
'Data Management': '数据管理',
'Unable to get user statistics data': '无法获取用户统计数据',
'Export Data': '导出数据',
'Clear User Data': '清除用户数据',
'Are you sure you want to clear all data?': '您确定要清除所有数据?',