feat: 打通通知回链与历史节点回看
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user