show message when no available account

This commit is contained in:
MaysWind
2020-11-13 00:20:59 +08:00
parent 87e223330a
commit 54a863e90c
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -307,6 +307,7 @@ export default {
'Receivables': 'Receivables',
'Investment Account': 'Investment Account',
'Unable to get account list': 'Unable to get account list',
'No available account': 'No available account',
'Add Account': 'Add Account',
'Account Category': 'Account Category',
'Single Account': 'Single Account',
+1
View File
@@ -307,6 +307,7 @@ export default {
'Receivables': '应收款项',
'Investment Account': '投资账户',
'Unable to get account list': '无法获取账户列表',
'No available account': '没有可用的账户',
'Add Account': '添加账户',
'Account Category': '账户分类',
'Single Account': '单一账户',