mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
add missed field
This commit is contained in:
@@ -379,7 +379,8 @@ export default {
|
||||
color: this.account.color,
|
||||
currency: self.$user.getUserInfo() ? self.$user.getUserInfo().defaultCurrency : self.$t('default.currency'),
|
||||
balance: 0,
|
||||
comment: ''
|
||||
comment: '',
|
||||
visible: true
|
||||
});
|
||||
},
|
||||
removeSubAccount(subAccount) {
|
||||
|
||||
Reference in New Issue
Block a user