mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support filter multiple accounts and categories in transaction list page
This commit is contained in:
@@ -534,10 +534,10 @@ export default {
|
||||
this.f7router.navigate(this.getItemLinkUrl(item));
|
||||
},
|
||||
filterAccounts() {
|
||||
this.f7router.navigate('/settings/filter/account');
|
||||
this.f7router.navigate('/settings/filter/account?type=statisticsCurrent');
|
||||
},
|
||||
filterCategories() {
|
||||
this.f7router.navigate('/settings/filter/category');
|
||||
this.f7router.navigate('/settings/filter/category?type=statisticsCurrent');
|
||||
},
|
||||
settings() {
|
||||
this.f7router.navigate('/statistic/settings');
|
||||
|
||||
Reference in New Issue
Block a user