add salary
This commit is contained in:
parent
645b73e2e6
commit
8f2b8568ef
2 changed files with 2 additions and 0 deletions
|
|
@ -3758,6 +3758,7 @@ export class ProfileEmployeeTempController extends Controller {
|
|||
node: null,
|
||||
nodeId: null,
|
||||
posNo: shortName,
|
||||
salary: profile.amount,
|
||||
education:
|
||||
profile && profile.profileEducations.length > 0
|
||||
? `${profile.profileEducations[0].degree ?? ""}/${profile.profileEducations[0].field ?? ""}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue