แก้ไขฟอร์มสืบสวน และผู้ถูกร้องเรียนของวินัย
This commit is contained in:
parent
ab15f989cc
commit
7af8370b08
8 changed files with 153 additions and 200 deletions
|
|
@ -10,6 +10,7 @@ interface Persons {
|
|||
salary: number; //เงินเดือน
|
||||
organization: string; //สังกัด
|
||||
name: string;
|
||||
report?: boolean;
|
||||
}
|
||||
interface PersonsArray {
|
||||
id: string; //id อ้างอิง profile
|
||||
|
|
@ -23,6 +24,7 @@ interface PersonsArray {
|
|||
salary: number; //เงินเดือน
|
||||
organization: string; //สังกัด
|
||||
name: string;
|
||||
report?: boolean;
|
||||
}
|
||||
interface Director {
|
||||
directorId?: string;
|
||||
|
|
@ -128,4 +130,4 @@ interface DisciplinaryRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type { FormData, DisciplinaryRef, Persons, Director,PersonsArray };
|
||||
export type { FormData, DisciplinaryRef, Persons, Director, PersonsArray };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue