mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
support filter multiple accounts and categories in transaction list page
This commit is contained in:
@@ -115,11 +115,11 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<account-filter-settings-card :auto-save="true" :modify-default="true" />
|
||||
<account-filter-settings-card type="statisticsDefault" :auto-save="true" />
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<category-filter-settings-card :auto-save="true" :modify-default="true" />
|
||||
<category-filter-settings-card type="statisticsDefault" :auto-save="true" />
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user