แยกการลา

This commit is contained in:
STW_TTTY\stwtt 2024-07-30 16:49:17 +07:00
parent 2563982cd8
commit 10e3cda626
5 changed files with 23 additions and 4 deletions

View file

@ -8,6 +8,7 @@ interface ListLeave {
dateSendLeave: Date | null //วันที่ยื่นใบลา
status: string //สถานะการของลา
isDelete: boolean //ขอยกเลิกคำขอลา ถ้าเคยขอแล้วจะเป็น true ไม่เคยเป็น false
hajjDayStatus: boolean
}
interface ListLeaveTable {
@ -18,6 +19,7 @@ interface ListLeaveTable {
dateSendLeave: string | null
status: string
isDelete: boolean
hajjDayStatus: boolean
}
interface FremDetail {