updated
This commit is contained in:
parent
ba728ea000
commit
ee9442702f
11 changed files with 212 additions and 88 deletions
|
|
@ -8,6 +8,7 @@ interface listData {
|
|||
position: string;
|
||||
posNo: string;
|
||||
positionLevel: string;
|
||||
positionType: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
descriptionSuspend: string;
|
||||
|
|
@ -30,6 +31,7 @@ interface dataType {
|
|||
position: string;
|
||||
posNo: string;
|
||||
positionLevel: string;
|
||||
positionType: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
statusEn: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue