เพิ่ม filter แก้ไข store ปรับ ui
This commit is contained in:
parent
cb4850ec27
commit
e0112b45ed
7 changed files with 481 additions and 459 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import type { S } from "@fullcalendar/core/internal-common"
|
||||
|
||||
interface OptionData {
|
||||
id: string | undefined
|
||||
name: string | undefined
|
||||
|
|
@ -14,4 +16,12 @@ interface FormLeavetMainData {
|
|||
numCancel: string
|
||||
}
|
||||
|
||||
export type { OptionData, FormLeavetMainData }
|
||||
interface formListLeaveData {
|
||||
no: string
|
||||
date: string | null
|
||||
type: string
|
||||
status: string
|
||||
fiscalyear: string
|
||||
}
|
||||
|
||||
export type { OptionData, FormLeavetMainData, formListLeaveData }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue