forked from verdnatura/salix-front
fix: AccountFilter
This commit is contained in:
parent
56dd5e0a76
commit
5b9d64128b
|
@ -55,7 +55,7 @@ const rolesOptions = ref([]);
|
||||||
<QItem class="q-my-sm">
|
<QItem class="q-my-sm">
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<VnInput
|
<VnInput
|
||||||
:label="t('account.card.nickname')"
|
:label="t('account.card.alias')"
|
||||||
v-model="params.nickname"
|
v-model="params.nickname"
|
||||||
lazy-rules
|
lazy-rules
|
||||||
is-outlined
|
is-outlined
|
||||||
|
@ -65,7 +65,7 @@ const rolesOptions = ref([]);
|
||||||
<QItem class="q-mb-sm">
|
<QItem class="q-mb-sm">
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:label="t('account.card.nickname')"
|
:label="t('account.card.role')"
|
||||||
v-model="params.roleFk"
|
v-model="params.roleFk"
|
||||||
@update:model-value="searchFn()"
|
@update:model-value="searchFn()"
|
||||||
:options="rolesOptions"
|
:options="rolesOptions"
|
||||||
|
|
Loading…
Reference in New Issue