Ticket tracking #485
|
@ -59,9 +59,22 @@ const onStateFkChange = (formData) => (formData.userFk = user.value.id);
|
||||||
v-model="data.userFk"
|
v-model="data.userFk"
|
||||||
:options="workersOptions"
|
:options="workersOptions"
|
||||||
hide-selected
|
hide-selected
|
||||||
option-label="nickname"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
/>
|
>
|
||||||
|
<template #option="{ opt, itemProps }">
|
||||||
|
<QItem v-bind="itemProps">
|
||||||
|
<QItemSection>
|
||||||
|
<QItemLabel>
|
||||||
|
{{ opt.name }}
|
||||||
|
</QItemLabel>
|
||||||
|
<QItemLabel caption>
|
||||||
|
{{ opt.nickname }}, {{ opt.code }}
|
||||||
|
</QItemLabel>
|
||||||
|
</QItemSection>
|
||||||
|
</QItem>
|
||||||
|
</template></VnSelect
|
||||||
|
>
|
||||||
</VnRow>
|
</VnRow>
|
||||||
</template>
|
</template>
|
||||||
</FormModelPopup>
|
</FormModelPopup>
|
||||||
|
|
Loading…
Reference in New Issue