feat: update terminology from "户外招聘会" to "线下招聘会" across the application and improve job position urgency display
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
This commit is contained in:
@@ -109,6 +109,7 @@ export interface PortalJobFairPosition {
|
||||
jobLocation?: string;
|
||||
jobAddress?: string;
|
||||
vacancies?: number | string;
|
||||
isUrgent?: number;
|
||||
}
|
||||
|
||||
interface PortalJobFairCompanyWithJobs {
|
||||
@@ -189,7 +190,7 @@ export async function getPortalJobFairDetail(channel: JobFairChannel, jobFairId:
|
||||
msg: response.msg,
|
||||
data: {
|
||||
jobFairId: fair.jobFairId || String(fair.id ?? jobFairId),
|
||||
jobFairTitle: fair.jobFairTitle || fair.title || '户外招聘会',
|
||||
jobFairTitle: fair.jobFairTitle || fair.title || '线下招聘会',
|
||||
jobFairAddress: fair.jobFairAddress || fair.address || fair.venueName,
|
||||
jobFairType: fair.jobFairType || fair.fairType || 'outdoor',
|
||||
jobFairStartTime: fair.jobFairStartTime || fair.holdTime,
|
||||
|
||||
Reference in New Issue
Block a user