lifanagju_citu 7 miesięcy temu
rodzic
commit
9c6bdda01f
1 zmienionych plików z 2 dodań i 2 usunięć
  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' },
 ]