Skip to content

Commit 69fef68

Browse files
committed
fix: Intent node i18n
--bug=1062041 --user=张展玮 【应用编排】意图识别的输入下拉框必填提示没有国际化 https://www.tapd.cn/62980211/s/1777709
1 parent 8a1506f commit 69fef68

File tree

1 file changed

+2
-1
lines changed
  • ui/src/workflow/nodes/intent-classify-node

1 file changed

+2
-1
lines changed

ui/src/workflow/nodes/intent-classify-node/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
prop="content_list"
5656
:label="$t('views.applicationWorkflow.nodes.intentNode.input.label')"
5757
:rules="{
58-
required: true,
58+
message: $t('views.applicationWorkflow.nodes.textToSpeechNode.content.label'),
5959
trigger: 'change',
60+
required: true,
6061
}"
6162
>
6263
<template #label>

0 commit comments

Comments
 (0)