2019-06-04 20:13:40 +08:00
|
|
|
|
### Repeat
|
2019-05-08 22:55:41 +08:00
|
|
|
|
|
|
|
|
|
可用来设置重复频率
|
|
|
|
|
|
|
|
|
|
- `type` 请设置成 `repeat`
|
|
|
|
|
- `options` 默认: `hourly,daily,weekly,monthly`, 可用配置 `secondly,minutely,hourly,daily,weekdays,weekly,monthly,yearly`
|
|
|
|
|
- `placeholder` 默认为 `不重复`, 当不指定值时的说明。
|
2019-05-09 20:50:49 +08:00
|
|
|
|
- 更多配置请参考 [FormItem](./FormItem.md)
|
2019-05-08 22:55:41 +08:00
|
|
|
|
|
|
|
|
|
```schema:height="300" scope="form-item"
|
|
|
|
|
{
|
|
|
|
|
"type": "repeat",
|
|
|
|
|
"name": "repeat",
|
|
|
|
|
"label": "重复频率"
|
|
|
|
|
}
|
|
|
|
|
```
|