截止时间

This commit is contained in:
wangxiahui@91isoft.com
2021-12-21 17:11:17 +08:00
parent 854b8a7994
commit b89c419c43
@@ -401,7 +401,7 @@ export default {
return { return {
pickerOptions: { pickerOptions: {
disabledDate(time) { disabledDate(time) {
return time.getTime() < Date.now(); return time.getTime() < Date.now() - 8.64e7;
}, },
}, },
multipleSelection: [], multipleSelection: [],