可以做个判断,举个例子://限制当天之后的日期不可选 disabledDate(current) { return current && this.moment(current._d) > this.moment(); //当天之后的不可选,包括当天 },
可以做个判断,举个例子: