style: 统一飞书通知节点状态语义
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
<section class="panel">
|
||||
<h2 class="section-title">会话节点结果</h2>
|
||||
<ul class="detail-list">
|
||||
{% if conversation and conversation.node_results %}
|
||||
{% for node in conversation.node_results %}
|
||||
{% if conversation_node_results %}
|
||||
{% for node in conversation_node_results %}
|
||||
<li class="detail-item">
|
||||
<strong>{{ node.label }} / {{ node.status }}</strong>
|
||||
{% if node.summary %}
|
||||
|
||||
Reference in New Issue
Block a user