|
@@ -4,7 +4,7 @@
|
|
|
<uni-search-bar
|
|
|
v-model="params.content"
|
|
|
radius="5"
|
|
|
- placeholder="输入关键字"
|
|
|
+ placeholder="职位/酒店品牌/工作城市"
|
|
|
cancelButton="none"
|
|
|
bgColor="#fff"
|
|
|
:focus="false"
|
|
@@ -49,8 +49,8 @@ const items = ref([])
|
|
|
const more = ref('') // 没有筛选条件默认为空,展示提示语。
|
|
|
const total = ref(0)
|
|
|
const filterList = ref([
|
|
|
- { label: '职位', dictType: 'positionTreeData',key: 'positionId', map: { text: 'nameCn', value: 'id' } },
|
|
|
- { label: '城市', multiple: true, dictType: 'areaTreeData', key: 'areaIds', map: { text: 'name', value: 'id' } },
|
|
|
+ { label: '意向职位', dictType: 'positionTreeData',key: 'positionId', map: { text: 'nameCn', value: 'id' } },
|
|
|
+ { label: '意向城市', multiple: true, dictType: 'areaTreeData', key: 'workAreaIds', map: { text: 'name', value: 'id' } },
|
|
|
{ label: '最高学历', dictType: 'menduner_education_type', key: 'eduType' },
|
|
|
{ label: '工作经验', dictType: 'menduner_exp_type', key: 'expType' },
|
|
|
])
|