Account Submodule #412

Merged
jsegarra merged 29 commits from :feature/AccountList into dev 2024-06-19 05:45:08 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b9d64128b - Show all commits

View File

@ -55,7 +55,7 @@ const rolesOptions = ref([]);
<QItem class="q-my-sm">
<QItemSection>
<VnInput
:label="t('account.card.nickname')"
:label="t('account.card.alias')"
v-model="params.nickname"
lazy-rules
is-outlined
@ -65,7 +65,7 @@ const rolesOptions = ref([]);
<QItem class="q-mb-sm">
<QItemSection>
<VnSelect
:label="t('account.card.nickname')"
:label="t('account.card.role')"
v-model="params.roleFk"
@update:model-value="searchFn()"
:options="rolesOptions"