เอา columns/visibleColumns ใส่ store
This commit is contained in:
parent
cfc073e30c
commit
bbeb7558ed
3 changed files with 121 additions and 173 deletions
|
|
@ -5,22 +5,20 @@ interface DataOption {
|
|||
interface investigatefactsDataRowType {
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string|undefined;
|
||||
status: string|undefined;
|
||||
active: string|undefined;
|
||||
fault: string | undefined;
|
||||
status: string | undefined;
|
||||
active: string | undefined;
|
||||
}
|
||||
|
||||
|
||||
|
||||
interface investigateDisDataRowType {
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string;
|
||||
penaltyLevel: string;
|
||||
caseFault: string;
|
||||
dateInvestigate: string;
|
||||
status: string;
|
||||
active: string;
|
||||
fault: string | undefined;
|
||||
penaltyLevel: string | undefined;
|
||||
caseFault: string | undefined;
|
||||
dateInvestigate: string | undefined;
|
||||
status: string | undefined;
|
||||
active: string | undefined;
|
||||
}
|
||||
|
||||
interface directorType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue