หน้าแก้ไขข้อมูลส่วนตัว
แสดงวันจบการศึกษเป็นเลือก ปี หรือ วัน/เดือน/ปี ซ่อนเป็นวุฒิการศึกษาในตำแหน่งไว้ก่อน กรณีฟิลด์ isEducation เป็น true ให้ซ่อนปุ่มลบข้อมูล เอาปุ่ม history หลังประวัติการศึกษากับใบอนุญาตประกอบอาชีพออก ดักฟิลด์ "0000-0000-0000-0000" เป็นแสดงค่าว่าง หน้าออกคำสั่ง step 4
This commit is contained in:
parent
b92c0d681c
commit
9d714b8716
8 changed files with 392 additions and 493 deletions
|
|
@ -84,6 +84,7 @@ interface PointExam {
|
|||
interface Education {
|
||||
id: string;
|
||||
educationLevel: string;
|
||||
educationLevelId: string;
|
||||
institute: string;
|
||||
degree: string;
|
||||
field: string;
|
||||
|
|
@ -95,10 +96,10 @@ interface Education {
|
|||
durationYear: number;
|
||||
finishDate: Date;
|
||||
isDate: string;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
positionPath: string;
|
||||
isEducation: string;
|
||||
isEducation: boolean;
|
||||
}
|
||||
|
||||
interface Family {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ interface DataProps {
|
|||
interface RequestItemsObject {
|
||||
id: string;
|
||||
educationLevel: string;
|
||||
educationLevelId: string;
|
||||
level: string;
|
||||
levelId: string;
|
||||
positionPath: string;
|
||||
|
|
@ -25,6 +26,8 @@ interface RequestItemsObject {
|
|||
endDate: number;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
isDate: string;
|
||||
isEducation: boolean;
|
||||
}
|
||||
|
||||
//columns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue