This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-24 18:05:22 +07:00
parent 7bb81e7a70
commit 7b0a618572

View file

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