需要:日期工夫选择器,设置默认时分秒为

 在文档中找了很久没找到解决办法,在github 上找到了

解决: default-time = "23:59:59"

configuration
component = el-date-picker
type = datetime
format = yyyy-MM-dd HH:mm:ss
default-time = 23:59:00

参考:
https://github.com/ElemeFE/element/issues/15086