From 2fe9598285b3ab807d4c7496dbc9be7b706697f3 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 06 十一月 2024 15:11:38 +0800 Subject: [PATCH] 分析评估: --- src/components/chat/chatComponents/summaryCom/SummaryCom.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue index 338912c..b4c4451 100644 --- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue +++ b/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" -- Gitblit v1.9.3