wujingjing
2024-11-05 9f880255e8961cd26c52a87ad40bada377bab98c
primary
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/SummaryCom.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"