แก้วุฒิ/สาขา
This commit is contained in:
parent
ff49b53713
commit
efff0bf99f
3 changed files with 12 additions and 3 deletions
|
|
@ -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 ?? ""}`
|
||||
: "-"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue