support modify account

This commit is contained in:
MaysWind
2020-11-15 23:11:14 +08:00
parent f74ea31c6d
commit 84317975c8
11 changed files with 408 additions and 34 deletions
+6
View File
@@ -213,6 +213,7 @@ export default {
'parent account cannot set currency': 'Parent account cannot set currency',
'sub account category not equals to parent': 'Sub account category does not equal to parent',
'sub account type invalid': 'Sub account type is invalid',
'cannot add or delete sub accounts when modify account': 'You cannot add or delete sub accounts when modify account',
},
'parameter': {
'id': 'ID',
@@ -250,6 +251,7 @@ export default {
'Enabled': 'Enabled',
'Disable': 'Disable',
'Disabled': 'Disabled',
'Visible': 'Visible',
'Version': 'Version',
'Edit': 'Edit',
'Delete': 'Delete',
@@ -312,6 +314,7 @@ export default {
'Unable to get account list': 'Unable to get account list',
'No available account': 'No available account',
'Add Account': 'Add Account',
'Edit Account': 'Edit Account',
'Account Category': 'Account Category',
'Single Account': 'Single Account',
'Multi Sub Accounts': 'Multi Sub Accounts',
@@ -333,7 +336,10 @@ export default {
'Account name cannot be empty': 'Account name cannot be empty',
'Account currency cannot be empty': 'Account currency cannot be empty',
'You have added a new account': 'You have added a new account',
'You have saved this account': 'You have saved this account',
'Unable to add account': 'Unable to add account',
'Unable to save account': 'Unable to save account',
'Unable to get account': 'Unable to get account',
'Unable to hide this account': 'Unable to hide this account',
'Unable to unhide this account': 'Unable to unhide this account',
'Unable to move account': 'Unable to move account',