mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
add clear all filters in import dialog (#416)
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<v-list>
|
||||
<template :key="groupIndex" v-for="(group, groupIndex) in importTransactionCheckDataTab.filterMenus">
|
||||
<v-divider class="my-2" v-if="groupIndex > 0" />
|
||||
<v-list-subheader :title="group.title" />
|
||||
<v-list-subheader :title="group.title" v-if="group.title" />
|
||||
<v-list-item :key="`menu_${groupIndex}_${index}`"
|
||||
:prepend-icon="menu.prependIcon"
|
||||
:title="menu.title"
|
||||
|
||||
Reference in New Issue
Block a user