แก้ไขการแสดงผล และการดึงข้อมูลในส่วนของประวัติและการลงเวลาพิเศษ
This commit is contained in:
parent
062588d0bd
commit
61ce6f966c
4 changed files with 39 additions and 31 deletions
|
|
@ -9,6 +9,7 @@ const { date2Thai } = mixin
|
|||
export const useChekIn = defineStore('checkin', () => {
|
||||
const year = ref<number>(new Date().getFullYear())
|
||||
const rows = ref<Datalist[]>()
|
||||
const tab = ref<string>('history')
|
||||
|
||||
/**
|
||||
* ฟังก์ชั่นสำหรับ map ข้อมูล เพื่อแสดงรายการในตารางประวัติการลงเวลา
|
||||
|
|
@ -94,5 +95,6 @@ export const useChekIn = defineStore('checkin', () => {
|
|||
year,
|
||||
fetchHistoryList,
|
||||
classColorStatus,
|
||||
tab
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue