fix:【element-plus】getRangePickerDefaultProps 默认结束为 23:59:59

This commit is contained in:
YunaiV
2025-09-08 23:24:02 +08:00
parent 51d2d66f76
commit 2e38b1906d
2 changed files with 2 additions and 0 deletions

View File

@@ -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')],
};
}