|
@@ -49,13 +49,13 @@ const route = useRoute(); const router = useRouter()
|
|
|
// const cityFilterRef = ref()
|
|
|
const conditionFilterRef = ref()
|
|
|
const showFilterList = [
|
|
|
- { key: 'industryIds' },
|
|
|
{ key: 'positionId', isSingle: true },
|
|
|
- { key: 'jobType' },
|
|
|
{ key: 'expType' },
|
|
|
{ key: 'payScope' },
|
|
|
{ key: 'eduType' },
|
|
|
+ { key: 'jobType' },
|
|
|
{ key: 'scale' },
|
|
|
+ { key: 'industryIds' },
|
|
|
{ key: 'financingStatus' },
|
|
|
]
|
|
|
|