mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
510 B
510 B
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
InputQuarter 季度 | 0 | null | InputQuarter 季度 | 62 |
基本用法
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"type": "input-quarter",
"name": "quarter",
"label": "季度"
}
]
}
更多用法和配置可以参考 InputDate 日期,quarter 就是 date 的特定配置,所以 date 的所有配置都能使用。