wujingjing
2024-11-06 c89d1d1fe4e820bc9d1a942467a3f1e017b40dac
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>