fix: refs #8602 disable use-like option in EntryBuys component
gitea/salix-front/pipeline/pr-test This commit looks good
Details
gitea/salix-front/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
0110ad3437
commit
8da61655e2
|
@ -652,6 +652,7 @@ onMounted(() => {
|
||||||
:fields="['id', 'nickname']"
|
:fields="['id', 'nickname']"
|
||||||
option-label="nickname"
|
option-label="nickname"
|
||||||
sort-by="nickname ASC"
|
sort-by="nickname ASC"
|
||||||
|
:use-like="false"
|
||||||
/>
|
/>
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:label="t('Family')"
|
:label="t('Family')"
|
||||||
|
|
Loading…
Reference in New Issue