fix: Options VnSelect properties #746
|
@ -428,7 +428,9 @@ function handleLocation(data, location) {
|
||||||
:label="t('customer.basicData.salesPerson')"
|
:label="t('customer.basicData.salesPerson')"
|
||||||
:params="{
|
:params="{
|
||||||
departmentCodes: ['VT', 'shopping'],
|
departmentCodes: ['VT', 'shopping'],
|
||||||
}"
|
}"
|
||||||
|
:option-label="'nickname'"
|
||||||
|
:option-value="'id'"
|
||||||
:fields="['id', 'nickname']"
|
:fields="['id', 'nickname']"
|
||||||
sort-by="nickname ASC"
|
sort-by="nickname ASC"
|
||||||
emit-value
|
emit-value
|
||||||
|
|
Loading…
Reference in New Issue