zhengyiming
5 天以前 c2c4f65d6b70d9d2d9539187735c2640c1d8ac49
apps/bMiniApp/src/subpackages/task/publishTask/InnerPage.vue
@@ -235,7 +235,7 @@
      >
        <ChooseInputWithDatePicker
          v-model="form.applyEndTime"
          :minDate="form.beginTime ? dayjs(form.beginTime).toDate() : nowDate"
          :minDate="form.applyBeginTime ? dayjs(form.applyBeginTime).toDate() : nowDate"
          placeholder="请选择报名结束日期"
        ></ChooseInputWithDatePicker>
      </nut-form-item>