Show name + custom identifier on v-select selection

This commit is contained in:
Loïc Gremaud 2024-10-05 14:18:46 +02:00
parent 63897fb7b0
commit 0806207b89
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -67,6 +67,9 @@
[[ data.item.name ]] [[ data.item.name ]]
</template> </template>
</template> </template>
<template slot="selection" slot-scope="data">
[[ data.item.custom_identifier ]] - [[ data.item.name ]]
</template>
</v-select> </v-select>
</template> </template>
</template> </template>