เพิ่ม ui ลงเวลากรณีพิเศษ
This commit is contained in:
parent
fefbb8a7ab
commit
8a472f23f7
9 changed files with 853 additions and 258 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ interface disciplinaryRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type { FormData, disciplinaryRef };
|
||||
export type { FormData, disciplinaryRef, investigateDisDataRowType };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue