From 6202151242d17190a65e11a05a24374c672035bb Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Fri, 26 Jul 2024 13:44:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=99=90=E5=88=B6=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/view/equipmentManage/group/config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hx-ai-intelligent/src/view/equipmentManage/group/config.ts b/hx-ai-intelligent/src/view/equipmentManage/group/config.ts index 9cfd69c..f5688f1 100644 --- a/hx-ai-intelligent/src/view/equipmentManage/group/config.ts +++ b/hx-ai-intelligent/src/view/equipmentManage/group/config.ts @@ -103,7 +103,8 @@ export const formSchema = [ field: 'pointName', component: 'NsInput', componentProps: { - placeholder: '请输入节点名称(必填)', + placeholder: '请输入', + maxLength: 32, }, rules: [ { @@ -117,7 +118,7 @@ export const formSchema = [ field: 'pointType', component: 'NsSelectApi', componentProps: { - placeholder: '请选择节点类型(必填)', + placeholder: '请选择', api: () => dict({ params: { dicKey: 'COUNT_POINT' } }), // params: { dicKey: 'COUNT_POINT' }, immediate: true,