截止时间
This commit is contained in:
@@ -401,7 +401,7 @@ export default {
|
||||
return {
|
||||
pickerOptions: {
|
||||
disabledDate(time) {
|
||||
return time.getTime() < Date.now();
|
||||
return time.getTime() < Date.now() - 8.64e7;
|
||||
},
|
||||
},
|
||||
multipleSelection: [],
|
||||
|
||||
Reference in New Issue
Block a user