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

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

@ -3580,7 +3580,7 @@ export class ProfileEmployeeTempController extends Controller {
nodeId: null,
posNo: shortName,
education: profile && profile.profileEducations.length > 0
? `${profile.profileEducations[0].degree ?? ""}-${profile.profileEducations[0].field ?? ""}`
? `${profile.profileEducations[0].degree ?? ""}/${profile.profileEducations[0].field ?? ""}`
: "-"
};