UI => ส่งคนไประบบออกคำสั่ง
This commit is contained in:
parent
3ca0390b87
commit
fc75e315f5
19 changed files with 816 additions and 842 deletions
|
|
@ -226,7 +226,6 @@ interface DataProfile {
|
|||
child3ShortName: string | null;
|
||||
child4: string | null;
|
||||
child4ShortName: string | null;
|
||||
|
||||
child1Old?: string | null;
|
||||
child1ShortNameOld?: string | null;
|
||||
child2Old?: string | null;
|
||||
|
|
@ -235,7 +234,6 @@ interface DataProfile {
|
|||
child3ShortNameOld?: string | null;
|
||||
child4Old?: string | null;
|
||||
child4ShortNameOld?: string | null;
|
||||
|
||||
createdAt: string | Date;
|
||||
dateEnd: string | Date;
|
||||
dateStart: string | Date;
|
||||
|
|
@ -340,9 +338,9 @@ interface PersonData {
|
|||
deferment: boolean;
|
||||
statusName: string;
|
||||
organizationName: string;
|
||||
id: string;
|
||||
}
|
||||
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -368,7 +366,7 @@ export type {
|
|||
ListDataText,
|
||||
ListMenu,
|
||||
DataEducation,
|
||||
PersonData
|
||||
PersonData,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ interface listMain {
|
|||
amountOld: number;
|
||||
positionDate: Date;
|
||||
leaveDate: Date;
|
||||
id: string;
|
||||
}
|
||||
//ข้อมูลจาก api
|
||||
interface listMainAPI {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue