From 92237e4dcf9d95a502fa615a802e1bc37ab8c4d7 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 5 Dec 2025 15:10:17 +0800 Subject: [PATCH] perf: Execution record --- ui/src/locales/lang/en-US/ai-chat.ts | 1 + ui/src/locales/lang/zh-CN/ai-chat.ts | 1 + ui/src/locales/lang/zh-Hant/ai-chat.ts | 1 + .../component/action/Result.vue | 15 ++-- .../ExecutionDetailDrawer.vue | 77 ++++++++++++++++--- .../ExecutionRecordDrawer.vue | 45 +++++++---- 6 files changed, 107 insertions(+), 33 deletions(-) diff --git a/ui/src/locales/lang/en-US/ai-chat.ts b/ui/src/locales/lang/en-US/ai-chat.ts index 0d518dec3..fc866f0b4 100644 --- a/ui/src/locales/lang/en-US/ai-chat.ts +++ b/ui/src/locales/lang/en-US/ai-chat.ts @@ -89,6 +89,7 @@ export default { }, executionDetails: { title: 'Execution Details', + createTime: 'Execution Time', paramOutputTooltip: 'Each document supports previewing up to 500 characters', audioFile: 'Audio File', searchContent: 'Search Query', diff --git a/ui/src/locales/lang/zh-CN/ai-chat.ts b/ui/src/locales/lang/zh-CN/ai-chat.ts index fa8f68143..078a9e65f 100644 --- a/ui/src/locales/lang/zh-CN/ai-chat.ts +++ b/ui/src/locales/lang/zh-CN/ai-chat.ts @@ -87,6 +87,7 @@ export default { }, executionDetails: { title: '执行详情', + createTime: '执行时间', paramOutputTooltip: '每个文档仅支持预览500字', audioFile: '语音文件', searchContent: '检索内容', diff --git a/ui/src/locales/lang/zh-Hant/ai-chat.ts b/ui/src/locales/lang/zh-Hant/ai-chat.ts index 394ef24c1..7c9053751 100644 --- a/ui/src/locales/lang/zh-Hant/ai-chat.ts +++ b/ui/src/locales/lang/zh-Hant/ai-chat.ts @@ -87,6 +87,7 @@ export default { }, executionDetails: { title: '執行詳細', + createTime: '執行時間', paramOutputTooltip: '每個文件僅支持預覽 500 字', audioFile: '語音文件', searchContent: '檢索內容', diff --git a/ui/src/views/knowledge-workflow/component/action/Result.vue b/ui/src/views/knowledge-workflow/component/action/Result.vue index 9a1384f0e..7f5b998e3 100644 --- a/ui/src/views/knowledge-workflow/component/action/Result.vue +++ b/ui/src/views/knowledge-workflow/component/action/Result.vue @@ -3,7 +3,7 @@

{{ $t('chat.executionDetails.title') }}

-
+