docs(formitem.md): formitem属性表添加默认值value描述 (#3075)

This commit is contained in:
iceqing 2021-11-28 11:19:39 +08:00 committed by GitHub
parent 8165d6000e
commit 9635eab86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) | | 表单项描述 |