新版交互调整
This commit is contained in:
@@ -449,7 +449,7 @@ function fillJobData(data: JobDetailData) {
|
||||
job.title = data.jobTitle || ''
|
||||
job.location = data.regionName || ''
|
||||
job.experience = formatExperience(data.minExperience)
|
||||
job.type = formatEmploymentType(data.employmentType)
|
||||
job.type = formatEmploymentType(data.recruitCategory)
|
||||
job.education = formatEducation(data.education)
|
||||
job.salary = data.salary || ''
|
||||
job.matchScore = data.matchScore ?? 0
|
||||
|
||||
Reference in New Issue
Block a user