mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
---项目详情
This commit is contained in:
@@ -211,7 +211,7 @@ function timeChange(time, timeStr) {
|
||||
formData.activityDuration || (formData.activityDuration = dayjs(timeStr[1]).diff(dayjs(timeStr(0)),'minute'))
|
||||
}
|
||||
|
||||
const disabledDate = (current) => {¡¡
|
||||
const disabledDate = (current) => {
|
||||
return current && current < dayjs().startOf('day');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user