8315-devToTest #1094
|
@ -68,20 +68,17 @@ const url = computed(() => {
|
||||||
<QTooltip>{{ $t($props.hasInfo) }}</QTooltip>
|
<QTooltip>{{ $t($props.hasInfo) }}</QTooltip>
|
||||||
</QIcon>
|
</QIcon>
|
||||||
</template>
|
</template>
|
||||||
<slot name="more-options" />
|
|
||||||
<template #option="scope">
|
<template #option="scope">
|
||||||
<QItem v-bind="scope.itemProps">
|
<QItem v-bind="scope.itemProps">
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<QItemLabel>
|
<QItemLabel>
|
||||||
{{ scope.opt.name }}
|
{{ scope.opt.name }}
|
||||||
{{ console.log('scope.opt: ', scope.opt) }}
|
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
<QItemLabel v-if="!scope.opt.id">
|
<QItemLabel v-if="!scope.opt.id">
|
||||||
{{ scope.opt.nickname }}
|
{{ scope.opt.nickname }}
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
<QItemLabel caption v-if="scope.opt.id">
|
<QItemLabel caption v-else>
|
||||||
{{ scope.opt.nickname }},
|
{{ scope.opt.nickname }}, {{ scope.opt.code }}
|
||||||
{{ scope.opt.code }}
|
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
|
|
Loading…
Reference in New Issue