src/views/followvisit/record/detailpage/index.vue
@@ -727,6 +727,7 @@ :picker-options="pickerOptions" align="right" v-model="form.date1" class="custom-disabled" ></el-date-picker> </el-form-item> </el-col> @@ -852,6 +853,10 @@ }, }, pickerOptions: { disabledDate(time) { // 禁用今天及之前的日期 return time.getTime() < Date.now() - 24 * 60 * 60 * 1000; }, shortcuts: [ { text: "七天后",