Merge branch 'niceDev'

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-29 17:46:26 +07:00
commit 357a49e706
5 changed files with 133 additions and 10 deletions

View file

@ -7,6 +7,7 @@ const { date2Thai } = mixin
/** store for checkin history*/
export const useChekIn = defineStore('checkin', () => {
const year = ref<number>(new Date().getFullYear())
const rows = ref<Datalist[]>()
/**
@ -90,6 +91,7 @@ export const useChekIn = defineStore('checkin', () => {
return {
rows,
year,
fetchHistoryList,
classColorStatus,
}