From 5c9a163c46db90e99d9b20047d4f2df30a376a30 Mon Sep 17 00:00:00 2001 From: XuZhiqiang Date: Sat, 6 Jun 2026 12:46:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(web-antdv-next):=20=E7=BB=9F=E4=B8=80=20Tex?= =?UTF-8?q?tArea=20=E5=92=8C=20InputPassword=20=E5=BC=95=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ai/workflow/form/modules/basic-info.vue | 4 ++-- .../src/views/bpm/model/form/modules/basic-info.vue | 3 ++- .../src/views/infra/webSocket/index.vue | 3 ++- .../src/views/iot/alert/record/index.vue | 4 ++-- .../rule/data/sink/config/database-config-form.vue | 4 ++-- .../iot/rule/data/sink/config/http-config-form.vue | 4 ++-- .../rule/data/sink/config/kafka-mq-config-form.vue | 4 ++-- .../iot/rule/data/sink/config/mqtt-config-form.vue | 4 ++-- .../rule/data/sink/config/rabbit-mq-config-form.vue | 4 ++-- .../data/sink/config/redis-stream-config-form.vue | 4 ++-- .../rule/data/sink/config/rocket-mq-config-form.vue | 4 ++-- .../rule/data/sink/config/websocket-config-form.vue | 4 ++-- .../src/views/iot/rule/data/sink/modules/form.vue | 4 ++-- .../iot/rule/scene/form/inputs/json-params-input.vue | 4 ++-- .../rule/scene/form/sections/basic-info-section.vue | 4 ++-- .../src/views/iot/thingmodel/modules/form.vue | 12 ++++++++++-- .../src/views/mp/material/modules/UploadVideo.vue | 3 ++- 17 files changed, 42 insertions(+), 31 deletions(-) diff --git a/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue b/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue index 553905fb0..42d4eec9a 100644 --- a/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue +++ b/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue @@ -4,7 +4,7 @@ import { ref } from 'vue'; import { DICT_TYPE } from '@vben/constants'; import { getDictOptions } from '@vben/hooks'; -import { Form, Input, Select } from 'antdv-next'; +import { Form, Input, Select, TextArea } from 'antdv-next'; type Rule = any; const modelData = defineModel(); // 创建本地数据副本 @@ -64,7 +64,7 @@ defineExpose({ validate }); - +