From 6af51a42352a0b4880be8425ecd0dc58d2ec6517 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 28 Oct 2025 15:21:56 +0800 Subject: [PATCH] fix: add support for VideoUnderstandNode in ExecutionDetailCard.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1063024 --user=王孝刚 【应用】执行详情中,视频理解节点没有显示消耗tokens数据 https://www.tapd.cn/62980211/s/1790772 --- .../knowledge-source-component/ExecutionDetailCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue index 77335dcca..c1b723445 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue @@ -22,7 +22,8 @@ data.type === WorkflowType.ImageUnderstandNode || data.type === WorkflowType.ImageGenerateNode || data.type === WorkflowType.Application || - data.type == WorkflowType.IntentNode + data.type == WorkflowType.IntentNode || + data.type === WorkflowType.VideoUnderstandNode " >{{ data?.message_tokens + data?.answer_tokens }} tokens