src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -2,7 +2,7 @@ <div class="w-full space-y-3"> <template v-if="parsedData && parsedData.length > 0"> <template v-for="(item, index) in parsedData" :key="item.id"> <el-button v-if="showReportIndex.includes(index) && conclusion.length > 0" @click="showAgentReport(index)">报告</el-button> <el-button type="primary" v-if="showReportIndex.includes(index) && conclusion.length > 0" @click="showAgentReport(index)">报告</el-button> <component ref="componentRef" :id="item.id"