แยกการลา
This commit is contained in:
parent
2563982cd8
commit
10e3cda626
5 changed files with 23 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue