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,
},