Commit d72781c8 authored by 赵啸非's avatar 赵啸非

修改通知去重复

parent 4f6964fb
......@@ -18,9 +18,9 @@
format="HH:mm"
:key="form.meetTimeStart"
:picker-options="{
start: '07:00',
step: '00:30',
end: '24:00'
start: '09:00',
step: '00:15',
end: '20:00'
}">
</el-time-select>
......@@ -33,9 +33,9 @@
format="HH:mm"
:key="form.meetTimeEnd"
:picker-options="{
start: '07:00',
step: '00:30',
end: '24:00',
start: '09:00',
step: '00:15',
end: '20:00',
minTime:form.meetTimeStart
}">
</el-time-select>
......
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