mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Intent node i18n
--bug=1062041 --user=张展玮 【应用编排】意图识别的输入下拉框必填提示没有国际化 https://www.tapd.cn/62980211/s/1777709
This commit is contained in:
parent
8a1506ff4a
commit
9b00b857bf
|
|
@ -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,
|
||||
}"
|
||||
>
|
||||
<template #label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue