feat: 打通通知回链与历史节点回看

This commit is contained in:
2026-06-04 01:15:44 +08:00
parent 11caa6c908
commit 72409e9652
5 changed files with 63 additions and 4 deletions

View File

@@ -34,6 +34,24 @@
</article>
</section>
<section class="panel">
<h2 class="section-title">会话节点结果</h2>
<ul class="detail-list">
{% if conversation and conversation.node_results %}
{% for node in conversation.node_results %}
<li class="detail-item">
<strong>{{ node.label }} / {{ node.status }}</strong>
{% if node.summary %}
<div>{{ node.summary }}</div>
{% endif %}
</li>
{% endfor %}
{% else %}
<li class="detail-item">当前会话暂无节点结果。</li>
{% endif %}
</ul>
</section>
<section class="panel">
<h2 class="section-title">通知留痕</h2>
<div class="table-wrap">