style: refs #7404 #7404 fix ItemListFilter
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-02 14:56:43 +02:00
parent 64bb27ca7f
commit 6c3c7a3913
1 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,7 @@ onMounted(async () => {
>
<QItemSection class="col">
<VnSelect
style="max-width: 50%"
:label="t('params.tag')"
:model-value="fieldFilter.selectedField"
:options="moreFields"
@ -392,6 +393,7 @@ onMounted(async () => {
@update:model-value="applyFieldFilters(params, searchFn)"
/>
<VnInput
style="max-width: 50%"
v-else
v-model="fieldFilter.value"
:label="t('params.value')"