diff --git a/frontend/desktop/src/components/common/RenderForm/FormGroup.vue b/frontend/desktop/src/components/common/RenderForm/FormGroup.vue index c384bd4016..f8c993d611 100644 --- a/frontend/desktop/src/components/common/RenderForm/FormGroup.vue +++ b/frontend/desktop/src/components/common/RenderForm/FormGroup.vue @@ -104,7 +104,7 @@

- + - {{ $t('设置为变量&变量免渲染使用指引') }} + {{ $t('转换为变量和恢复为非变量使用说明') }}

-

{{ $t('设置为变量:将节点的输入或输出设置为全局变量,可供其他节点使用') }}


-

{{ $t('变量免渲染:忽略参数中的全局变量,将${}视为普通字符串') }}

+

{{ $t('利用节点的参数创建一个对应组件类型的变量,如已存在该类型变量则可直接使用') }}


+

{{ $t('使用这种转换,可将多个节点的同一配置项统一起来,利用变量集中维护') }}


+

{{ $t('当所有使用该变量的参数恢复为节点内维护,则自动删除变量') }}

@@ -250,6 +251,17 @@

{{$t('输出参数')}}

+

+ + + {{ $t('接收输出和取消接收使用说明') }} +

+

{{ $t('自动创建一个节点输出类型变量来接收任务执行时节点的输出') }}


+

{{ $t('后续节点可引用变量来获取该节点的输出') }}


+

{{ $t('取消接收输出则自动删除变量') }}

+
+ +