เพิ่ม ui ลงเวลากรณีพิเศษ

This commit is contained in:
AnandaTon 2023-11-02 16:44:02 +07:00
parent fefbb8a7ab
commit 8a472f23f7
9 changed files with 853 additions and 258 deletions

View file

@ -15,8 +15,8 @@ interface investigateDisDataRowType {
interrogated: string;
fault: string | undefined;
penaltyLevel: string | undefined;
caseFault: string | undefined;
dateInvestigate: string | undefined;
caseFault: string;
dateInvestigate: string | null;
status: string | undefined;
active: string | undefined;
}

View file

@ -43,4 +43,4 @@ interface disciplinaryRef {
[key: string]: any;
}
export type { FormData, disciplinaryRef };
export type { FormData, disciplinaryRef, investigateDisDataRowType };