Compare commits
No commits in common. "be3719c0d26666e3da6bc3a055eaaaaccaa9848e" and "7c379c956675a9aafde8ff75af830ac65de31b26" have entirely different histories.
be3719c0d2
...
7c379c9566
|
@ -85,7 +85,7 @@
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="timeList"
|
v-model="timeList"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss"
|
value-format="yyyy-MM-dd HH:mm:ss"
|
||||||
format="yyyy-MM-dd HH:mm:ss"
|
format="yyyy-MM-dd"
|
||||||
type="datetimerange"
|
type="datetimerange"
|
||||||
:default-time="['00:00:00', '23:59:59']"
|
:default-time="['00:00:00', '23:59:59']"
|
||||||
@change="changeTimeList"
|
@change="changeTimeList"
|
||||||
|
|
Loading…
Reference in New Issue