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

修改通知去重复

parent 50d704e0
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
:picker-options="{ :picker-options="{
start: '09:00', start: '09:00',
step: '00:10', step: '00:10',
end: '20:00' end: '24:00'
}"> }">
</el-time-select> </el-time-select>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
:picker-options="{ :picker-options="{
start: '09:00', start: '09:00',
step: '00:10', step: '00:10',
end: '20:00', end: '24:00',
minTime:form.meetTimeStart minTime:form.meetTimeStart
}"> }">
</el-time-select> </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