From ce0e845e6ef65fbee39e5c05bee35b9ddc717a4b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 16 Dec 2025 15:51:44 +0800 Subject: [PATCH] fix: Document page turn record cache and adjust the execution details to display the text --- .../ExecutionDetailContent.vue | 2 +- .../index.vue} | 140 ++++++++++++------ ui/src/components/folder-tree/index.vue | 2 +- ui/src/views/document/index.vue | 10 +- .../component/action/Result.vue | 9 +- ui/src/workflow/nodes/ai-chat-node/index.vue | 4 +- .../workflow/nodes/image-understand/index.vue | 4 +- .../workflow/nodes/video-understand/index.vue | 4 +- 8 files changed, 118 insertions(+), 57 deletions(-) rename ui/src/components/{ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue => execution-detail-card/index.vue} (93%) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue index d4888145e..4e339099a 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue @@ -71,7 +71,7 @@