mo 4 лет назад
Родитель
Сommit
c1ca4325fd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/main/teamSchedule/compontent/taskInfo.vue

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

@@ -45,6 +45,7 @@
           format="HH:mm"
           value-format="HH:mm"
           placeholder="选择时间范围"
+          :disabled='!taskForm.startTimer'
           :picker-options="{
             selectableRange: `${taskForm.startTimer}:00-23:59:00`,
           }"