mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
commit
c7ea06b4cc
@ -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` | | 获取失败时提示 |
|
||||
|
Loading…
Reference in New Issue
Block a user