ปรับค้นงานปีงบประมาณ ประวัติการลงเวลา
This commit is contained in:
parent
a51042d48a
commit
9aef54609d
5 changed files with 134 additions and 10 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue