searchRange:true, //如要修改日期格式,默认为年月日,若要修改成年月,此属性一定要有

{
  label: '日期',
  prop: 'thisMonth',
  type:'month',
  // dateDefault: true,
  // searchValue: [_this.currentDate1, _this.currentDate2],      // 这是我获取的默认的显示日期,我这里是['2020-08-04', '2020-09-22']
  format: 'yyyy-MM',                  // 这是组件展示的日期格式
  valueFormat: 'yyyy-MM',        // 这是组件value值的格式
  searchSpan:8,
  searchRange:true, //如要修改日期格式,默认为年月日,若要修改成年月,此属性一定要有
  search:true,
  searchClearable: false,
},
Logo

前往低代码交流专区

更多推荐