support modify account

This commit is contained in:
MaysWind
2020-11-15 23:11:14 +08:00
parent f74ea31c6d
commit 84317975c8
11 changed files with 408 additions and 34 deletions
+2 -2
View File
@@ -318,8 +318,8 @@ export default {
}
});
},
edit() {
edit(account) {
this.$f7router.navigate('/account/edit?id=' + account.id);
},
hide(account, hidden) {
const self = this;