截止时间
This commit is contained in:
@@ -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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user