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