|
@@ -37,7 +37,7 @@ const filterList = ref([
|
|
|
{ label: '城市', dictType: 'areaTreeData', key: 'areaIds', map: { text: 'name', value: 'id' } },
|
|
|
{ label: '行业', dictType: 'industryTreeData',key: 'industryIds', map: { text: 'nameCn', value: 'id' } },
|
|
|
{ label: '求职类型', dictType: 'menduner_job_type', key: 'jobType' },
|
|
|
- { label: '薪资待遇', dictType: 'menduner_pay_scope', key: 'payType' },
|
|
|
+ { label: '薪资待遇', dictType: 'menduner_pay_scope', key: 'payScope' },
|
|
|
{ label: '工作经验', dictType: 'menduner_exp_type', key: 'expType' },
|
|
|
])
|
|
|
|
|
@@ -51,7 +51,7 @@ const query = reactive({
|
|
|
areaIds: [],
|
|
|
industryIds: [],
|
|
|
jobType: [],
|
|
|
- payType: [],
|
|
|
+ payScope: [],
|
|
|
expType: []
|
|
|
})
|
|
|
//
|