瀏覽代碼

顺序调整

lifanagju_citu 7 月之前
父節點
當前提交
9c6bdda01f
共有 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' },
 ]