浏览代码

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 7 月之前
父节点
当前提交
a664d01b1d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/recruit/personal/position/index.vue

+ 2 - 2
src/views/recruit/personal/position/index.vue

@@ -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' },
 ]