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