เพิ่ม filter แก้ไข store ปรับ ui

This commit is contained in:
AnandaTon 2023-10-31 15:36:13 +07:00
parent cb4850ec27
commit e0112b45ed
7 changed files with 481 additions and 459 deletions

View file

@ -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 }