not allow to delete account when other transaction is using it

This commit is contained in:
MaysWind
2020-12-14 00:32:26 +08:00
parent 035e7587f1
commit 950941f789
5 changed files with 33 additions and 5 deletions
+1
View File
@@ -306,6 +306,7 @@ export default {
'cannot add or delete sub accounts when modify account': 'You cannot add or delete sub accounts when modify account',
'source account not found': 'Source account is not found',
'destination account not found': 'Destination account is not found',
'account is in use and cannot be deleted': 'Account is in use and it cannot be deleted',
'transaction id is invalid': 'Transaction ID is invalid',
'transaction not found': 'Transaction is not found',
'transaction type is invalid': 'Transaction type is invalid',
+1
View File
@@ -306,6 +306,7 @@ export default {
'cannot add or delete sub accounts when modify account': '您不能在修改账户时添加或删除子账户',
'source account not found': '来源账户不存在',
'destination account not found': '目标账户不存在',
'account is in use and cannot be deleted': '账户正在被使用,无法删除',
'transaction id is invalid': '交易ID无效',
'transaction not found': '交易不存',
'transaction type is invalid': '交易类型无效',