- 添加链接
+ {{ $t('app.addLink') }}
- 最多添加5个链接
+ {{ $t('app.addFiveLinks') }}
@@ -405,9 +405,9 @@ defineExpose({
@click="addRecommond"
:disabled="createAppForm.recommendedQuestions.length > 2"
>
- 添加问题
+ {{ $t('main.addQuestion') }}
- 最多添加3个问题
+ {{ $t('main.addFiveQuestions') }}
- 多轮对话
+ {{ $t('app.multi_Dialogue')}}
-
+
- 权限配置
+ {{ $t('app.permissionConfiguration') }}
-
+
-
可选
+
{{ $t('app.optional') }}
{{ curPersonList.length }}
-
已选
+
{{ $t('app.selected')}}
{{ createAppForm.permission.authorizedUsers.length }}