|
|
@@ -206,14 +206,14 @@ export default {
|
|
|
dateSection: {
|
|
|
status: false,
|
|
|
minDate: new Date(2020, 0, 1),
|
|
|
- maxDate: new Date(2025, 10, 1),
|
|
|
+ maxDate: new Date(2035, 10, 1),
|
|
|
currentDate: null,
|
|
|
showStartDate: null,
|
|
|
},
|
|
|
dateEndSection: {
|
|
|
status: false,
|
|
|
minDate: new Date(2020, 0, 1),
|
|
|
- maxDate: new Date(2025, 10, 1),
|
|
|
+ maxDate: new Date(2035, 10, 1),
|
|
|
currentDate: null,
|
|
|
showEndDate: null,
|
|
|
},
|