wujingjing
2024-11-08 651cc37b98c2f496bbaa42704f801d4ac0af58bb
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -13,7 +13,7 @@
               chartHeight="20rem"
               :tableLimitHeight="tableLimitHeight"
               @updateQuery="(res) => updateRecordSet(index, res)"
               :disabled="isTalking"
               :disabled="isTalking || isSharePage"
            ></component>
            <div class="flex flex-col" v-if="showReportIndex.includes(index) && conclusion?.length > 0">
@@ -26,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>
@@ -47,6 +47,7 @@
import ReportDlg from './ReportDlg.vue';
import { md } from '../../libs/markdown';
import { isSharePage } from '/@/stores/chatRoom';
const props = defineProps(chatComProps);
const tableLimitHeight = document.body.clientHeight * 0.7;
const parsedData = computed<any[]>(() => {