mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
show "none" when no tags are selected in transaction edit page
This commit is contained in:
@@ -200,6 +200,10 @@
|
||||
<f7-icon slot="media" f7="number"></f7-icon>
|
||||
</f7-chip>
|
||||
</f7-block>
|
||||
<f7-block class="margin-top-half no-padding" slot="footer" v-else-if="!transaction.tagIds.length">
|
||||
<f7-chip class="transaction-edit-tag" :text="$t('None')">
|
||||
</f7-chip>
|
||||
</f7-block>
|
||||
</f7-list-item>
|
||||
|
||||
<f7-list-input
|
||||
|
||||
Reference in New Issue
Block a user