From a84be67d4d57f0efdc802b732380e4811a46b0fa Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 29 Oct 2025 14:36:59 +0800 Subject: [PATCH] fix: Variable aggregation node adds execution details --- .../ExecutionDetailCard.vue | 38 ++++++++++++++++++- ui/src/workflow/common/NodeContainer.vue | 2 +- .../loop-body-node/LoopBodyContainer.vue | 2 +- .../nodes/variable-aggregation-node/index.vue | 2 +- 4 files changed, 39 insertions(+), 5 deletions(-) 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 c1b723445..2b6e4af57 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 @@ -842,7 +842,7 @@ -
+
{{ $t('common.param.outputParam') }}
@@ -880,7 +880,41 @@
- + +