เเก้ UIรายการสืบสวนข้อเท็จจริง

This commit is contained in:
setthawutttty 2023-11-06 15:13:36 +07:00
parent e0b3f385a9
commit 52e7ef1541
8 changed files with 605 additions and 469 deletions

View file

@ -3,6 +3,7 @@ interface DataOption {
name: string;
}
interface investigatefactsDataRowType {
id:string,
subject: string;
interrogated: string;
fault: string | undefined;

View file

@ -5,6 +5,7 @@ interface FormData {
position: string;
phone: string;
email: string;
responsibilities:string
}
interface FormRef {
prefix: object | null;