ปรับทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-02-12 22:53:51 +07:00
parent 31296b343c
commit e26b83f0bb
5 changed files with 76 additions and 46 deletions

View file

@ -1141,16 +1141,16 @@ const fetchData = async () => {
id: e.id,
level: e.educationLevel,
levelId: e.educationLevelId,
positionPath: e.positionPath ? e.positionPath : "-",
positionPath: e.positionPath,
isEducation: e.isEducation,
institute: e.institute ? e.institute : "-",
degree: e.degree ? e.degree : "-",
field: e.field ? e.field : "-",
gpa: e.gpa ? e.gpa : "-",
country: e.country ? e.country : "-",
duration: e.duration ? e.duration : "-",
institute: e.institute,
degree: e.degree,
field: e.field,
gpa: e.gpa,
country: e.country,
duration: e.duration,
durationYear: e.durationYear,
other: e.other ? e.other : "-",
other: e.other,
fundName: e.fundName,
isDate: e.isDate == null ? null : e.isDate.toString(),
finishDate: e.finishDate ? new Date(e.finishDate) : null,