-- 考试bug

This commit is contained in:
yuping
2022-12-26 15:34:39 +08:00
parent 4093514997
commit 042ba39f6a

View File

@@ -699,7 +699,7 @@ export default {
};
const disabledDate = (current) => {
// Can not select days before today and today
console.log('1111', dayjs().endOf('day'))
// console.log('1111', dayjs().endOf('day'))
return current && current < dayjs().startOf('day');
};