UI รายการออกคำสั่งย้ายสับเปลี่ยนตำแหน่ง
This commit is contained in:
parent
40b46b8c62
commit
6419d09f8b
5 changed files with 444 additions and 4 deletions
|
|
@ -258,6 +258,19 @@ interface DataProfile {
|
|||
positionType?: string;
|
||||
positionLevel?: string;
|
||||
}
|
||||
|
||||
interface tableType {
|
||||
personId: string;
|
||||
idcard: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
organization: string;
|
||||
salary: string;
|
||||
name: string;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -279,6 +292,7 @@ export type {
|
|||
Assign,
|
||||
AddressData,
|
||||
DataProfile,
|
||||
tableType
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue