Files
jobslink-user-clent/common/dic.js

420 lines
9.2 KiB
JavaScript
Raw Normal View History

2024-04-12 17:57:52 +08:00
// 发布岗位和个体招工 参考工资
const salary = [{
name: "2000元以下/月",
label: "2000元以下/月",
},
{
name: "2000-5000元/月",
label: "2000-5000元/月",
},
{
name: "5000-8000元/月",
label: "5000-8000元/月",
},
{
name: "8000-10000元/月",
label: "8000-10000元/月",
},
{
name: "10000-15000元/月",
label: "10000-15000元/月",
},
{
name: "15000-20000元/月",
label: "15000-20000元/月",
},
{
name: "20000-25000元/月",
label: "20000-25000元/月",
},
{
name: "25000-30000元/月",
label: "25000-30000元/月",
},
{
name: "30000元以上/月",
label: "30000元以上/月",
},
{
name: "面议、暂无要求",
label: "面议、暂无要求",
},
]
const taskSalary = [
[
"10-15元/小时",
"16-20元/小时",
"21-25元/小时",
"26-30元/小时",
"30元/小时以上",
"100-150元/天",
"151-200元/天",
"201-250元/天",
"251-300元/天",
"300元/天以上",
"30000元以上/月",
"面议、暂无要求"
]
]
const tradeArr = [
[{
"id": "1754327500065390596",
"name": "农、林、牧、渔业",
},
{
"id": "1754327500065390597",
"name": "采矿业",
},
{
"id": "1754327500065390598",
"name": "采矿业,制造业",
},
{
"id": "1754327500065390599",
"name": "制造业",
},
{
"id": "1754327500065390600",
"name": "电力、热力、燃气及水生产和供应业",
},
{
"id": "1754327500065390601",
"name": "建筑业",
},
{
"id": "1754327500065390602",
"name": "批发和零售业",
},
{
"id": "1754327500065390603",
"name": "交通运输、仓储和邮政业",
},
{
"id": "1754327500065390604",
"name": "住宿和餐饮业",
},
{
"id": "1754327500065390605",
"name": "信息传输、软件和信息技术服务业",
},
{
"id": "1754327500065390606",
"name": "金融业",
},
{
"id": "1754327500065390607",
"name": "房地产业",
},
{
"id": "1754327500065390608",
"name": "租赁和商务服务业",
},
{
"id": "1754327500065390609",
"name": "科学研究和技术服务业",
},
{
"id": "1754327500065390610",
"name": "水利、环境和公共设施管理业",
},
{
"id": "1754327500065390611",
"name": "居民服务、修理和其他服务业",
},
{
"id": "1754327500065390612",
"name": "教育",
},
{
"id": "1754327500065390613",
"name": "卫生和社会工作",
},
{
"id": "1754327500065390614",
"name": "文化、体育和娱乐业",
},
{
"id": "1754327500065390615",
"name": "公共管理、社会保障和社会组织",
},
{
"id": "1754327500065390616",
"name": "国际组织",
},
{
"id": "1754327500065390617",
"name": "其他",
},
// {
// "id": "1754327500065390890",
// "name": "111",
// },
// {
// "id": "1758061062381690882",
// "name": "11",
// },
{
"id": "1758102909546467329",
"name": "服务业",
}
]
]
const natureArr = [
['灵活用工']
]
const ageArr = [
[{
label: "不限年龄",
value: "不限年龄",
},
{
label: "30以下",
value: "30以下",
},
{
label: "35以下",
value: "35以下",
},
{
label: "40以下",
value: "40以下",
},
{
label: "45以下",
value: "45以下",
},
{
label: "50以下",
value: "50以下",
},
{
label: "55以下",
value: "55以下",
},
{
label: "60以下",
value: "60以下",
},
]
]
const eduArr = [
[{
label: "不限",
value: 8,
},
{
label: "初中及以下",
value: 7,
},
{
label: "中专/中技",
value: 6,
},
{
label: "高中",
value: 5,
},
{
label: "大专",
value: 4,
},
{
label: "本科",
value: 3,
},
{
label: "硕士",
value: 2,
},
{
label: "博士",
value: 1,
},
{
label: "MBA/EMBA",
value: 0,
},
]
]
const expeArr = [
[{
label: "不限经验",
value: "不限经验",
},
{
label: "1年以下",
value: "1年以下",
},
{
label: "1~3年",
value: "1~3年",
},
{
label: "3~5年",
value: "3~5年",
},
{
label: "5~10年",
value: "5~10年",
},
{
label: "10年以上",
value: "10年以上",
},
]
]
const companyEnum = [{
value: 1,
label: "机关/事业单位"
},
{
value: 2,
label: "国有企业"
},
{
value: 3,
label: "私营企业"
},
{
value: 4,
label: "外商及港澳台投资企业"
},
{
value: 5,
label: "股份制企业"
},
{
value: 6,
label: "学校/下级学院"
},
{
value: 7,
label: "医院"
},
{
value: 8,
label: "律师事务所"
},
{
value: 9,
label: "银行"
},
{
value: 10,
label: "非盈利社会组织"
},
{
value: 11,
label: "其它"
},
]
const wageUnitCategoryState = [
[{
id: 1,
label: "元/人·时",
disable: false
},
{
id: 2,
label: "元/人·天",
disable: false
},
{
id: 3,
label: "元/人·月",
disable: false
},
{
id: 4,
label: "其他",
disable: false
},
// { value: 0, label: "元/人·次", disable: true },
// { value: 4, label: "元/人·周", disable: true },
// { value: 5, label: "元/人·个", disable: true },
// { value: 6, label: "元/人·件", disable: true },
]
];
const workwageUnitCategoryState = [
[
// { id: 1, label: "元/人·时", disable: false },
// { id: 2, label: "元/人·天", disable: false },
{
id: 3,
label: "元/人·月",
disable: true
},
{
id: 4,
label: "其他",
disable: true
},
// { value: 0, label: "元/人·次", disable: true },
// { value: 4, label: "元/人·周", disable: true },
// { value: 5, label: "元/人·个", disable: true },
// { value: 6, label: "元/人·件", disable: true },
]
];
const addressColumn = [
[{
2024-11-14 17:29:54 +08:00
value: '4',
label: "馆陶县"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '5',
label: "馆陶镇"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '6',
label: "房寨镇"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '7',
label: "魏僧寨镇"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '8',
label: "柴堡镇"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '9',
label: "寿山寺"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '10',
label: " 王桥乡"
2024-04-12 17:57:52 +08:00
},
{
2024-11-14 17:29:54 +08:00
value: '11',
label: "路桥乡"
},
{
value: '12',
label: "南徐村乡"
2024-04-12 17:57:52 +08:00
},
]
]
export default {
salary,
taskSalary,
tradeArr,
natureArr,
ageArr,
eduArr,
expeArr,
companyEnum,
wageUnitCategoryState,
workwageUnitCategoryState,
addressColumn
2024-03-09 15:52:49 +08:00
}