amis2/docs/zh-CN/components/form/date-range.md
RickCole 600206193b
Date-Range 新增快捷键 和 调整逻辑 (#1630)
* 一些优化和修复

* date-range 新增快捷键,和调整

* doc

* fix

* fix i18n key
2021-03-12 12:56:10 +08:00

4.2 KiB
Executable File
Raw Blame History

title description type group menuName icon order
Date-Range 日期范围 0 null Date-Range 15

基本用法

{
    "type": "form",
    "api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
    "controls": [
        {
            "type": "date-range",
            "name": "select",
            "label": "日期范围"
        }
    ]
}

内嵌模式

{
    "type": "form",
    "api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
    "debug": true,
    "controls": [
        {
            "type": "date-range",
            "name": "date",
            "label": "日期范围",
            "embed": true
        }
    ]
}

属性表

除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置

属性名 类型 默认值 说明
format string X 日期选择器值格式
inputFormat string YYYY-DD-MM 日期选择器显示格式
placeholder string "请选择日期范围" 占位文本
ranges Array<string> 或 string "yesterday,7daysago,prevweek,thismonth,prevmonth,prevquarter" 日期范围快捷键可选today, yesterday, 1dayago, 7daysago, 30daysago, 90daysago, prevweek, thismonth, thisquarter, prevmonth, prevquarter
minDate string 限制最小日期,用法同 限制范围
maxDate string 限制最大日期,用法同 限制范围
minDuration string 限制最小跨度,如: 2days
maxDuration string 限制最大跨度1year
utc boolean false 保存 UTC 值
clearable boolean true 是否可清除
embed boolean false 是否内联模式