แก้ไขฟอร์มการสืบสวนข้อเท็จจริง
This commit is contained in:
parent
5ad7140335
commit
6f80fb2347
6 changed files with 474 additions and 381 deletions
|
|
@ -2,6 +2,12 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface DataNumberOption {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface investigatefactsDataRowType {
|
||||
id:string,
|
||||
subject: string;
|
||||
|
|
@ -37,4 +43,5 @@ export type {
|
|||
investigatefactsDataRowType,
|
||||
investigateDisDataRowType,
|
||||
directorType,
|
||||
DataNumberOption
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue