diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue index 2bbd1bad5..f2db85e42 100644 --- a/src/common-components/date-picker/date-picker.vue +++ b/src/common-components/date-picker/date-picker.vue @@ -2,7 +2,7 @@
Date Picker -
+
{{currentMonth}} {{currentYear}}
= Available
@@ -15,147 +15,146 @@
ThursdayT
FridayF
SaturdayS
-
- - +
+ +
- - + +
- - - + + +
OCT
- - + +
- - -
-
- - - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + + +
+
+ +
- - + +
- - + +
@@ -175,13 +174,14 @@ export default { isFirstDayOfMonth: true, isCurrentDay: true, isCurrentDayDot: true, + isPastDay: true, }; }, };