fix report โครงสร้าง ลูกจ้าง
This commit is contained in:
parent
409b58c82c
commit
344ecd4424
4 changed files with 28 additions and 23 deletions
|
|
@ -260,6 +260,7 @@ interface DataProfile {
|
|||
status: string;
|
||||
positionType?: string;
|
||||
positionLevel?: string;
|
||||
rank: string;
|
||||
}
|
||||
|
||||
interface tableType {
|
||||
|
|
@ -376,8 +377,6 @@ interface DataPermissions {
|
|||
tab7: TabPermissions;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -407,7 +406,7 @@ export type {
|
|||
AppointTopic,
|
||||
AppointTopicMain,
|
||||
DataPermissions,
|
||||
TabPermissions
|
||||
TabPermissions,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue