wujingjing
2024-11-06 2fe9598285b3ab807d4c7496dbc9be7b706697f3
分析评估:
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/SummaryCom.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -17,7 +17,7 @@
                <div class="flex flex-col" v-if="showReportIndex.includes(index) && conclusion?.length > 0">
                    <div class="flex items-center mb-3">
                        <span class="mr-2">评估:</span>
                        <span class="mr-2">分析评估:</span>
                        <div
                            @click="toggleReport(item)"
                            class="cursor-pointer border border-gray-300 border-solid w-fit px-2 flex items-center space-x-2 rounded-lg hover:bg-gray-100 active:bg-gray-200"