docs: ✏️ Form doc fix

This commit is contained in:
SIMDD 2019-05-09 13:40:37 +08:00
parent 14a00a56ee
commit f566060a2d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
| submitText | `String` | `"提交"` | 默认的提交按钮名称,如果设置成空,则可以把默认按钮去掉。 |
| className | `string` | | 外层 Dom 的类名 |
| controls | `Array` of [FormItem](./FormItem.md) | | Form 表单项集合 |
| actions | `Array` of [Action](.Action.md) | | Form 提交按钮,成员为 Action |
| actions | `Array` of [Action](./Action.md) | | Form 提交按钮,成员为 Action |
| messages | `Object` | | 消息提示覆写,默认消息读取的是 API 返回的消息,但是在此可以覆写它。 |
| messages.fetchSuccess | `string` | | 获取成功时提示 |
| messages.fetchFailed | `string` | | 获取失败时提示 |