ปรับค้นงานปีงบประมาณ ประวัติการลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-29 17:46:19 +07:00
parent a51042d48a
commit 9aef54609d
5 changed files with 134 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,
}