@@ -412,7 +412,7 @@ const dateTimeColumns = computed(() => {
text: t,
value: t
}
- }).reverse()];
+ })];
const months = [{ text: dateList[1], value: '', disabled: true }, ...Array.from({ length: 12 }, (_, i) => {
const m = (i + 1).toString().padStart(2, '0')
return {
@@ -395,7 +395,7 @@ const dateTimeColumns = computed(() => {
@@ -451,7 +451,7 @@ const dateTimeColumns = computed(() => {
@@ -464,7 +464,7 @@ const dateTimeColumns = computed(() => {