Element UI DatePicker选择日期范围区间默认显示前一个月和本月
要求:点击el-date-picker选择时间范围时,默认展开当月和上个月。
但是Element UI的组件默认展开的是本月和下一个月,如下图所示:
改为
export default { data() { return { pickerOptions: { disabledDate(time) { return time.getTime() > Date.now() - 8.64e7 || time.getTime() 0){ return }else{ this.countss++ let element = document.querySelector("button.el-picker-panel__icon-btn.el-icon-arrow-left"); if (element){ element.click() }; }; }, //多次点击清空按钮 blur(){ if(this.ruleForm.time == null){ this.countss = 0; } }, //如果选定值,重置countss onsetmonitor(){ if(this.ruleForm.time){ return }; this.countss = 0 }, } }
文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。