diff --git a/docs/zh-CN/components/form/formitem.md b/docs/zh-CN/components/form/formitem.md index 1c6916acf..677c067dd 100755 --- a/docs/zh-CN/components/form/formitem.md +++ b/docs/zh-CN/components/form/formitem.md @@ -1010,6 +1010,7 @@ Table 类型的表单项,要实现服务端校验,可以使用 `路径key` | inputClassName | `string` | | 表单控制器类名 | | labelClassName | `string` | | label 的类名 | | name | `string` | | 字段名,指定该表单项提交时的 key | +| value | `string` | | 表单默认值 | | label | [模板](../../../docs/concepts/template) 或 `false` | | 表单项标签 | | labelRemark | [Remark](../remark) | | 表单项标签描述 | | description | [模板](../../../docs/concepts/template) | | 表单项描述 |