แก้วุฒิ/สาขา

This commit is contained in:
Bright 2024-11-14 17:29:54 +07:00
parent ff49b53713
commit efff0bf99f
3 changed files with 12 additions and 3 deletions

View file

@ -3989,7 +3989,7 @@ export class ProfileEmployeeController extends Controller {
salary:
profile && profile.profileSalary.length > 0 ? profile.profileSalary[0].amount : null,
education: profile && profile.profileEducations.length > 0
? `${profile.profileEducations[0].degree ?? ""}-${profile.profileEducations[0].field ?? ""}`
? `${profile.profileEducations[0].degree ?? ""}/${profile.profileEducations[0].field ?? ""}`
: "-"
};