修改为精确日期
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
||||
this.$nextTick(function () {
|
||||
let $this = this;
|
||||
$("#dateTime").datetimepicker({
|
||||
format: 'yyyy-mm-01 00:00:00',
|
||||
format: 'yyyy-mm-dd 00:00:00',
|
||||
todayBtn: true,
|
||||
autoclose: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user