forked from verdnatura/salix-front
fix more fields label when selected
This commit is contained in:
parent
4282463e51
commit
ce55109dd3
|
@ -369,7 +369,7 @@ onMounted(async () => {
|
||||||
<QItemSection class="col">
|
<QItemSection class="col">
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:label="t('params.tag')"
|
:label="t('params.tag')"
|
||||||
v-model="fieldFilter.name"
|
:model-value="fieldFilter.selectedField"
|
||||||
:options="moreFields"
|
:options="moreFields"
|
||||||
option-label="label"
|
option-label="label"
|
||||||
dense
|
dense
|
||||||
|
|
Loading…
Reference in New Issue