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 @@
-
+
+
+
+
+ {{ $t('views.applicationWorkflow.nodes.variableAggregationNode.Strategy') }}
+
+
+ {{ data.strategy }}
+
+
+
+
+ {{ group.label+ ' '+ $t('common.param.inputParam') }}
+
+
+
+ {{ `${f.node_name}.${f.field}` }}: {{ f.value }}
+
+
+
+
+
+ {{ $t('common.param.outputParam') }}
+
+
+
+
diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue
index 2c1c2b63b..e62d1ee4b 100644
--- a/ui/src/workflow/common/NodeContainer.vue
+++ b/ui/src/workflow/common/NodeContainer.vue
@@ -102,7 +102,7 @@
@mouseenter="showicon = index"
@mouseleave="showicon = null"
>
-
{{ item.label }} {{ '{' + item.value + '}' }}
+
{{ item.label }} {{ '{' + item.value + '}' }}
- {{ item.label }} {{ '{' + item.value + '}' }}
+ {{ item.label }} {{ '{' + item.value + '}' }}
-
{{ group.label }}
+
{{ group.label }}