1. :picker-options=“expireTimeOption”

expireTimeOption: {

disabledDate(date) {

return date.getTime() <= Date.now();

}

},

vue 中 el-date-picker标签 判断日期不能小于当前日期vue 中 el-date-picker标签 判断日期不能小于当前日期

相关文章: