Commit 6c20de4b authored by 罗超's avatar 罗超

1

parent 3dbbb974
......@@ -22,10 +22,11 @@
<div class="row wrap">
<el-time-select
class="q-mr-lg"
:editable="false"
v-model="objOption.StartTime"
:picker-options="{
start: '00:00',
step: '00:05',
step: '00:15',
end: '23:55',
maxTime:objOption.EndTime
}"
......@@ -34,10 +35,10 @@
<el-time-select
v-model="objOption.EndTime"
:editable="false"
:picker-options="{
start: '06:00',
step: '00:05',
step: '00:15',
end: '23:55',
minTime:objOption.StartTime
}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment