From 9b00b857bfbdaad8f8c0f61f7119bb8b77950e40 Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Tue, 23 Sep 2025 14:42:53 +0800 Subject: [PATCH] fix: Intent node i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1062041 --user=张展玮 【应用编排】意图识别的输入下拉框必填提示没有国际化 https://www.tapd.cn/62980211/s/1777709 --- ui/src/workflow/nodes/intent-classify-node/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/workflow/nodes/intent-classify-node/index.vue b/ui/src/workflow/nodes/intent-classify-node/index.vue index 6102c5051..7a550ca84 100644 --- a/ui/src/workflow/nodes/intent-classify-node/index.vue +++ b/ui/src/workflow/nodes/intent-classify-node/index.vue @@ -55,8 +55,9 @@ prop="content_list" :label="$t('views.applicationWorkflow.nodes.intentNode.input.label')" :rules="{ - required: true, + message: $t('views.applicationWorkflow.nodes.textToSpeechNode.content.label'), trigger: 'change', + required: true, }" >