Przeglądaj źródła

01/27 时间选择器优化

1
mo 4 lat temu
rodzic
commit
c1ca4325fd

+ 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`,
           }"