mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
migrate month range selection sheet / dialog to composition API and typescript
This commit is contained in:
@@ -294,7 +294,8 @@
|
||||
:min-time="query.trendChartStartYearMonth"
|
||||
:max-time="query.trendChartEndYearMonth"
|
||||
v-model:show="showCustomMonthRangeDialog"
|
||||
@dateRange:change="setCustomDateFilter" />
|
||||
@dateRange:change="setCustomDateFilter"
|
||||
@error="showError" />
|
||||
|
||||
<v-dialog width="800" v-model="showFilterAccountDialog">
|
||||
<account-filter-settings-card type="statisticsCurrent" :dialog-mode="true"
|
||||
|
||||
Reference in New Issue
Block a user