招聘分类定义修改
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@ import type { UserInfo } from '@/api/auth'
|
||||
|
||||
/** 工作类型选项:label → 接口参数 employmentType(0=全职 1=实习) */
|
||||
export const JOB_TYPE_OPTIONS: { label: string; value: number }[] = [
|
||||
{ label: '校招', value: 0 },
|
||||
{ label: '实习', value: 1 },
|
||||
{ label: '社招', value: 2 },
|
||||
{ label: '社招', value: 0 },
|
||||
{ label: '校招', value: 1 },
|
||||
{ label: '实习', value: 2 },
|
||||
]
|
||||
|
||||
/** 工作类型映射:数字 → 中文标签 */
|
||||
|
||||
Reference in New Issue
Block a user