From a37a6184b45532af60e252e54f2b8ef83d584e23 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 26 Nov 2024 19:10:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/chat-input-operate/index.vue | 17 +++++++++-------- .../ai-chat/component/user-form/index.vue | 4 ++-- ui/src/views/application/ApplicationSetting.vue | 2 +- ui/src/workflow/common/data.ts | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 60b474a30..b6dd4bf1e 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -84,14 +84,15 @@ :on-change="(file: any, fileList: any) => uploadFile(file, fileList)" > - + diff --git a/ui/src/components/ai-chat/component/user-form/index.vue b/ui/src/components/ai-chat/component/user-form/index.vue index b54fbfea8..cec3b222f 100644 --- a/ui/src/components/ai-chat/component/user-form/index.vue +++ b/ui/src/components/ai-chat/component/user-form/index.vue @@ -20,7 +20,7 @@ :key="dynamicsFormRefresh" v-model="form_data_context" :model="form_data_context" - label-position="left" + label-position="top" require-asterisk-position="right" :render_data="inputFieldList" ref="dynamicsFormRef" @@ -29,7 +29,7 @@ v-if="type === 'debug-ai-chat'" v-model="api_form_data_context" :model="api_form_data_context" - label-position="left" + label-position="top" require-asterisk-position="right" :render_data="apiInputFieldList" ref="dynamicsFormRef2" diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index e80d6b5a1..a7bc0281a 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -538,7 +538,7 @@
- +
diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index c509520da..ebfe43c58 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -203,7 +203,7 @@ export const documentExtractNode = { config: { fields: [ { - label: '文件内容', + label: '文档内容', value: 'content' } ]