|
@@ -26,7 +26,7 @@
|
|
@change="changeStartTime"
|
|
@change="changeStartTime"
|
|
v-model="taskForm.startTimer"
|
|
v-model="taskForm.startTimer"
|
|
format="HH:mm"
|
|
format="HH:mm"
|
|
- value-format="HH:mm:ss"
|
|
|
|
|
|
+ value-format="HH:mm"
|
|
placeholder="选择时间范围"
|
|
placeholder="选择时间范围"
|
|
:picker-options="{
|
|
:picker-options="{
|
|
selectableRange: `04:00:00-23:59:00`,
|
|
selectableRange: `04:00:00-23:59:00`,
|
|
@@ -43,7 +43,7 @@
|
|
style="width: 410px"
|
|
style="width: 410px"
|
|
v-model="taskForm.endTimer"
|
|
v-model="taskForm.endTimer"
|
|
format="HH:mm"
|
|
format="HH:mm"
|
|
- value-format="HH:mm:ss"
|
|
|
|
|
|
+ value-format="HH:mm"
|
|
placeholder="选择时间范围"
|
|
placeholder="选择时间范围"
|
|
:picker-options="{
|
|
:picker-options="{
|
|
selectableRange: `${taskForm.startTimer}-23:59:00`,
|
|
selectableRange: `${taskForm.startTimer}-23:59:00`,
|