mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
support modify account
This commit is contained in:
@@ -318,8 +318,8 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
edit() {
|
||||
|
||||
edit(account) {
|
||||
this.$f7router.navigate('/account/edit?id=' + account.id);
|
||||
},
|
||||
hide(account, hidden) {
|
||||
const self = this;
|
||||
|
||||
Reference in New Issue
Block a user