From 5f7a5a55a41223fc710891d78f60029d95c4fca6 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sat, 4 Jul 2026 17:49:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=9E=E5=BF=86=E5=A4=8D=E4=B9=A0)?= =?UTF-8?q?=EF=BC=9A=E6=A0=87=E5=87=86=E5=AF=BC=E5=9B=BE=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=A0=87=E6=B3=A8=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对比完成后,标准导图面板之前一直使用原始 standardTree, MATCHED/MISSED 标注只出现在独立的「对比结果」区域。 用户期望在标准导图中也能直观看到哪些节点命中/遗漏。 修复:有 compareTree 时标准导图改用标注树并开启 colorByCompare, 无对比结果时回退到原始 standardTree --- src/components/ReviewRecall.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/ReviewRecall.vue b/src/components/ReviewRecall.vue index be86289..9c3ed34 100644 --- a/src/components/ReviewRecall.vue +++ b/src/components/ReviewRecall.vue @@ -411,7 +411,13 @@ onMounted(() => { 来源:{{ standard.generator }} 参考:{{ standard.sourceReportCount }} 份报告 + {{ standard.sourceFragmentCount }} 份残片 - +
{{ standard.outline || standard.content }}

{{ standard.summary }}