update ฟอร์มสืบสวน สอบสวนวินัย
This commit is contained in:
parent
422ea07f4d
commit
b5cc5c9cb7
12 changed files with 768 additions and 564 deletions
|
|
@ -8,13 +8,15 @@ interface DataNumberOption {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface investigatefactsDataRowType {
|
||||
interface InvestigatefactsDataRowType {
|
||||
id:string,
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string | undefined;
|
||||
status: string | undefined;
|
||||
active: string | undefined;
|
||||
complaintOffenseDetails: string,
|
||||
investigationDetail: string,
|
||||
dateInvestigate: string,
|
||||
statusResult: string,
|
||||
status: string
|
||||
}
|
||||
|
||||
interface investigateDisDataRowType {
|
||||
|
|
@ -40,7 +42,7 @@ interface directorType {
|
|||
|
||||
export type {
|
||||
DataOption,
|
||||
investigatefactsDataRowType,
|
||||
InvestigatefactsDataRowType,
|
||||
investigateDisDataRowType,
|
||||
directorType,
|
||||
DataNumberOption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue