From 26752241445b67e581340c495f0e8e0d16fcf94b Mon Sep 17 00:00:00 2001 From: lmaomaoz <727559597@qq.com> Date: Fri, 11 Nov 2022 09:55:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8DformItem=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=B1=9E=E6=80=A7=E8=A1=A8=E5=B1=95=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E4=B9=B1=E9=97=AE=E9=A2=98=20(#5731)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jinye --- docs/zh-CN/components/form/formitem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-CN/components/form/formitem.md b/docs/zh-CN/components/form/formitem.md index 32d40aa6c..f27229e54 100755 --- a/docs/zh-CN/components/form/formitem.md +++ b/docs/zh-CN/components/form/formitem.md @@ -1744,7 +1744,7 @@ fillMapping 配置 支持变量取值和表达式; ## 属性表 | 属性名 | 类型 | 默认值 | 说明 | -| ----------------------- | -------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------- | --- | -------------------------- | +| ----------------------- | -------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------- | | type | `string` | | 指定表单项类型 | | className | `string` | | 表单最外层类名 | | inputClassName | `string` | | 表单控制器类名 | @@ -1782,7 +1782,7 @@ fillMapping 配置 支持变量取值和表达式; | staticClassName | `string` | | `2.4.0` 静态展示时的类名 | | staticLabelClassName | `string` | | `2.4.0` 静态展示时的 Label 的类名 | | staticInputClassName | `string` | | `2.4.0` 静态展示时的 value 的类名 | -| staticSchema | `string` | `Array` | [SchemaNode](../../docs/types/schemanode) | | `2.4.0` 自定义静态展示方式 | +| staticSchema | [SchemaNode](../../docs/types/schemanode) | | `2.4.0` 自定义静态展示方式 | | staticSchema.limit | `number` | 10 | `2.4.0` select、checkboxes 等选择类组件多选时展示态展示的数量 | ## 支持静态展示的表单项