fix:【element-plus】getRangePickerDefaultProps 默认结束为 23:59:59
This commit is contained in:
@@ -73,5 +73,6 @@ export function getRangePickerDefaultProps() {
|
||||
},
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user