feat: 命中测试

This commit is contained in:
wangdan-fit2cloud 2024-03-04 16:20:54 +08:00
parent 8e9c3f0ab9
commit 732a41b79d
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,9 @@
:showIcon="false"
>
<template #icon>
<AppAvatar :name="index + 1 + ''" class="mr-12 avatar-light" :size="22" />
<AppAvatar class="mr-12 avatar-light" :size="22">
{{ index + 1 + '' }}</AppAvatar
>
</template>
<div class="active-button primary">{{ item.similarity?.toFixed(3) }}</div>
<template #description>

View File

@ -42,7 +42,8 @@
@click="editParagraph(item)"
>
<template #icon>
<AppAvatar :name="index + 1 + ''" class="mr-12 avatar-light" :size="22" />
<AppAvatar class="mr-12 avatar-light" :size="22">
{{ index + 1 + '' }}</AppAvatar>
</template>
<div class="active-button primary">{{ item.similarity?.toFixed(3) }}</div>
<template #footer>