Show name + custom identifier on v-select selection
This commit is contained in:
parent
63897fb7b0
commit
0806207b89
@ -67,6 +67,9 @@
|
||||
[[ data.item.name ]]
|
||||
</template>
|
||||
</template>
|
||||
<template slot="selection" slot-scope="data">
|
||||
[[ data.item.custom_identifier ]] - [[ data.item.name ]]
|
||||
</template>
|
||||
</v-select>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user