เเก้ UIรายการสืบสวนข้อเท็จจริง
This commit is contained in:
parent
e0b3f385a9
commit
52e7ef1541
8 changed files with 605 additions and 469 deletions
|
|
@ -3,6 +3,7 @@ interface DataOption {
|
|||
name: string;
|
||||
}
|
||||
interface investigatefactsDataRowType {
|
||||
id:string,
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string | undefined;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ interface FormData {
|
|||
position: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
responsibilities:string
|
||||
}
|
||||
interface FormRef {
|
||||
prefix: object | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue