show "none" when no tags are selected in transaction edit page

This commit is contained in:
MaysWind
2020-12-20 22:27:45 +08:00
parent 831af3e053
commit 849143c48e
+4
View File
@@ -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