mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-23 11:14:26 +08:00
support setting the last 1 to 3 days of the month to scheduled transaction frequency
This commit is contained in:
@@ -48,10 +48,10 @@
|
||||
<f7-list dividers class="schedule-frequency-value-list no-margin-vertical"
|
||||
v-if="currentFrequencyType === ScheduledTemplateFrequencyType.Monthly.type">
|
||||
<f7-list-item checkbox
|
||||
:class="isChecked(monthDay.day) ? 'list-item-selected' : ''"
|
||||
:key="monthDay.day"
|
||||
:value="monthDay.day"
|
||||
:checked="isChecked(monthDay.day)"
|
||||
:class="isChecked(monthDay.type) ? 'list-item-selected' : ''"
|
||||
:key="monthDay.type"
|
||||
:value="monthDay.type"
|
||||
:checked="isChecked(monthDay.type)"
|
||||
:title="monthDay.displayName"
|
||||
v-for="monthDay in allAvailableMonthDays"
|
||||
@change="changeFrequencyValue">
|
||||
|
||||
Reference in New Issue
Block a user