+
检索结果
-
-
+
-
-
- {{ paragraphIndex + 1 + '' }}
-
-
- {{ paragraph.similarity?.toFixed(3) }}
-
-
-
-
-
-
-
-
@@ -95,7 +102,7 @@
判断结果
- {{ item.branch_name }}
+ {{ item.branch_name || '-' }}
@@ -112,29 +119,36 @@
历史记录
-
- {{ history.role }}:{{ history.content }}
-
+
+
+ {{ history.role }}:{{ history.content }}
+
+
+
-
本次对话
-
{{ item.question }}
+
+ {{ item.question || '-' }}
+
@@ -146,11 +160,13 @@
+ -
diff --git a/ui/src/workflow/common/CustomLine.vue b/ui/src/workflow/common/CustomLine.vue
index 6277e7608..79c5cff16 100644
--- a/ui/src/workflow/common/CustomLine.vue
+++ b/ui/src/workflow/common/CustomLine.vue
@@ -1,13 +1,6 @@
-
-