mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
optimize ui
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
</f7-list-input>
|
</f7-list-input>
|
||||||
|
|
||||||
<f7-list-item :header="$t('Tags')" link="#"
|
<f7-list-item :header="$t('Tags')" link="#"
|
||||||
smart-select :smart-select-params="{ openIn: 'popup', setValueText: false, searchbar: true, searchbarPlaceholder: $t('Tag Title'), searchbarDisableText: $t('Cancel'), pageTitle: $t('Tags'), closeOnSelect: true, popupCloseLinkText: $t('Close') }">
|
smart-select :smart-select-params="{ openIn: 'sheet', setValueText: false, closeOnSelect: true, sheetCloseLinkText: $t('Close') }">
|
||||||
<select multiple v-model="transaction.tagIds">
|
<select multiple v-model="transaction.tagIds">
|
||||||
<option v-for="tag in allTags"
|
<option v-for="tag in allTags"
|
||||||
:key="tag.id"
|
:key="tag.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user