Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-11 18:12:58 +07:00
commit dea184e6ae
5 changed files with 423 additions and 99 deletions

View file

@ -34,7 +34,7 @@ const {
} = useCounterMixin();
const year = ref<number>(new Date().getFullYear());
const dateStart = ref<Date>(new Date(year.value, 9, 1));
const dateStart = ref<Date>(new Date(year.value - 1, 9, 1));
const dateEnd = ref<Date>(new Date(year.value + 1, 8, 30));
const dateMonth = ref<DataDateMonthObject>({