8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
1 changed files with 2 additions and 5 deletions
Showing only changes of commit 96920dd540 - Show all commits

View File

@ -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>