diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
new file mode 100644
index 000000000..39ca92b3b
--- /dev/null
+++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+ 开始
+
+
+ 6.01s
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/src/components/ai-chat/KnowledgeSource.vue b/ui/src/components/ai-chat/KnowledgeSource.vue
index e158e9271..2b49428b1 100644
--- a/ui/src/components/ai-chat/KnowledgeSource.vue
+++ b/ui/src/components/ai-chat/KnowledgeSource.vue
@@ -7,7 +7,7 @@
引用分段 {{ data.paragraph_list?.length || 0 }}
-
+
-
-
消耗 tokens: {{ data?.message_tokens + data?.answer_tokens }}
-
耗时: {{ data?.run_time?.toFixed(2) }} s
+
+
+ 消耗 tokens: {{ data?.message_tokens + data?.answer_tokens }}
+ 耗时: {{ data?.run_time?.toFixed(2) }} s
+
+
+
+ 执行详情
+
+