forked from verdnatura/salix-front
feat: refs #7353 salesPerson nickname & id
This commit is contained in:
parent
956230d708
commit
6062c2d845
|
@ -111,8 +111,19 @@ const handleScopeDays = (params, days, callback) => {
|
|||
:params="{ departmentCodes: ['VT'] }"
|
||||
is-outlined
|
||||
option-value="code"
|
||||
option-label="nickname"
|
||||
/>
|
||||
option-label="name"
|
||||
>
|
||||
<template #option="{ opt, itemProps }">
|
||||
<QItem v-bind="itemProps">
|
||||
<QItemSection>
|
||||
<QItemLabel>{{ opt.name }}</QItemLabel>
|
||||
<QItemLabel class="text-grey text-caption">
|
||||
{{ `${opt.nickname}, ${opt.code}` }}
|
||||
</QItemLabel>
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
</template>
|
||||
</VnSelect>
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
<QItem>
|
||||
|
|
Loading…
Reference in New Issue