Browse Source

去掉融资情况

lifanagju_citu 6 tháng trước cách đây
mục cha
commit
197e057d25

+ 10 - 1
src/views/recruit/personal/position/components/dict.js

@@ -82,7 +82,16 @@ const dictList = [
     title: '公司规模',
     path: commonPath,
     toFilterDictDataList: []
-  }
+  },
+  // {
+  //   displayDictName: 'menduner_financing_status',
+  //   key: 'financingStatus',
+  //   itemKey: 'value',
+  //   itemText: 'label',
+  //   title: '融资情况',
+  //   path: commonPath,
+  //   toFilterDictDataList: []
+  // }
 ]
 export const filterList = dictList
 

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

@@ -55,7 +55,7 @@ const showFilterList = [
   { key: 'jobType' },
   { key: 'scale' },
   { key: 'industryIds' },
-  { key: 'financingStatus' },
+  // { key: 'financingStatus' },
 ]
 
 const pageInfo = { pageNo: 1, pageSize: 20}