Explorar el Código

01/27 16:13

1
mo hace 4 años
padre
commit
f34301ed98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/main/teamSchedule/compontent/taskInfo.vue

+ 1 - 1
src/views/main/teamSchedule/compontent/taskInfo.vue

@@ -46,7 +46,7 @@
           value-format="HH:mm"
           placeholder="选择时间范围"
           :picker-options="{
-            selectableRange: `${taskForm.startTimer}-23:59:00`,
+            selectableRange: `${taskForm.startTimer}:00-23:59:00`,
           }"
         >
         </el-time-picker>