support set balance when creating account

This commit is contained in:
MaysWind
2020-12-10 23:43:36 +08:00
parent a375a81c1b
commit 2d570a9c7a
7 changed files with 57 additions and 9 deletions
+1
View File
@@ -300,6 +300,7 @@ export default {
'account must have at least one sub account': 'Account must have at least one sub account',
'account cannot have sub accounts': 'Account cannot have sub accounts',
'parent account cannot set currency': 'Parent account cannot set currency',
'parent account cannot set balance': 'Parent account cannot set balance',
'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',
+1
View File
@@ -300,6 +300,7 @@ export default {
'account must have at least one sub account': '账户必须包含至少一个子账户',
'account cannot have sub accounts': '账户不能包含子账户',
'parent account cannot set currency': '父账户不能设置货币',
'parent account cannot set balance': '父账户不能设置余额',
'sub account category not equals to parent': '子账户类别与父账户不同',
'sub account type invalid': '子账户类型无效',
'cannot add or delete sub accounts when modify account': '您不能在修改账户时添加或删除子账户',