mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
522 B
522 B
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Year 年 | 0 | null | Year 年 | 61 |
基本用法
{
"type": "form",
"api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
"controls": [
{
"type": "year",
"name": "year",
"label": "年"
}
]
}
更多用法和配置可以参考 Date 日期,year 就是 data 的特定配置,所以 data 的所有配置都能使用。