Commit 5ad23648 authored by zhengke's avatar zhengke

no message

parent 273bc853
......@@ -929,7 +929,7 @@ export default {
disabledDate(time) {
if (this.isShowTime) {
let today_after7 = moment()
.add(8, "days")
.add(0, "days")
.format("YYYY-MM-DD");
return time.getTime() < new Date(today_after7).getTime() - 8.64e7;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment