update filter รอ api

ทำ store ,interface
This commit is contained in:
AnandaTon 2023-10-27 09:32:57 +07:00
parent ebbdec0478
commit d642cf39bf
4 changed files with 84 additions and 43 deletions

View file

@ -155,6 +155,7 @@ const router = useRouter()
const currentTab = ref<string>("calendar") // tab calendar= list=
const dateMonth = ref<number>(new Date().getFullYear())
const dateYear = ref<number>(new Date().getFullYear())
const mixin = useCounterMixin() //
const { monthYear2Thai } = mixin
/**