amis2/docs/zh-CN/components/form/input-quarter.md

28 lines
510 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: InputQuarter 季度
description:
type: 0
group: null
menuName: InputQuarter 季度
icon:
order: 62
---
## 基本用法
```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"type": "input-quarter",
"name": "quarter",
"label": "季度"
}
]
}
```
更多用法和配置可以参考 [InputDate 日期](input-date)quarter 就是 date 的特定配置,所以 date 的所有配置都能使用。