Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-06 07:59:45 +08:00
12 changed files with 109 additions and 28 deletions
+4
View File
@@ -160,6 +160,10 @@ export default createComponent({
return 'disabled';
}
if (currentDate === null) {
return;
}
if (Array.isArray(currentDate)) {
if (type === 'multiple') {
return getMultipleDayType(day);