From c89d1d1fe4e820bc9d1a942467a3f1e017b40dac Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 06 十一月 2024 16:33:36 +0800
Subject: [PATCH] 无关代码删除

---
 src/components/chat/chatComponents/summaryCom/SummaryCom.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
index b4c4451..c779657 100644
--- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
+++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -13,6 +13,7 @@
 					chartHeight="20rem"
 					:tableLimitHeight="tableLimitHeight"
 					@updateQuery="(res) => updateRecordSet(index, res)"
+					:disabled="isTalking"
 				></component>
 
 				<div class="flex flex-col" v-if="showReportIndex.includes(index) && conclusion?.length > 0">
@@ -25,7 +26,7 @@
 							<span>
 								{{ toggleReportLabel(item) }}
 							</span>
-							<span class="ywifont" :class="{ 'ywicon-unfold': !item.stepIsShow, 'ywicon-fold': item.stepIsShow }"></span>
+							<span class="ywifont" :class="{ 'ywicon-unfold': !item.reportIsShow, 'ywicon-fold': item.reportIsShow }"></span>
 						</div>
 					</div>
 

--
Gitblit v1.9.3