Compare commits

..

No commits in common. "03b681d255670c3c66b8cd0e5e0aa608b6ad8c5d" and "69e6ea1c9d5c7004de02adc480e2e04a923e61a0" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
<el-date-picker
v-model="ruleForm.ruleFormTime"
:disabled="lookOver"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="datetimerange"
:range-separator="'至'"
:start-placeholder="'开始日期'"
@ -90,8 +90,8 @@
<el-date-picker
v-model="ruleForm.ruleFormTime1"
:disabled="lookOver"
value-format="yyyy-MM-dd"
type="daterange"
value-format="yyyy-MM-dd HH:mm:ss"
type="datetimerange"
:range-separator="'至'"
:start-placeholder="'开始日期'"
:end-placeholder="'结束日期'"