瀏覽代碼

payType 改为 payScope

lifanagju_citu 7 月之前
父節點
當前提交
5dba3f2816
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/index/position.vue

+ 2 - 2
pages/index/position.vue

@@ -37,7 +37,7 @@ const filterList = ref([
   { label: '城市', dictType: 'areaTreeData', key: 'areaIds', map: { text: 'name', value: 'id' } },
   { label: '行业', dictType: 'industryTreeData',key: 'industryIds', map: { text: 'nameCn', value: 'id' } },
   { label: '求职类型', dictType: 'menduner_job_type', key: 'jobType' },
-  { label: '薪资待遇', dictType: 'menduner_pay_scope', key: 'payType' },
+  { label: '薪资待遇', dictType: 'menduner_pay_scope', key: 'payScope' },
   { label: '工作经验', dictType: 'menduner_exp_type', key: 'expType' },
 ])
 
@@ -51,7 +51,7 @@ const query = reactive({
   areaIds: [],
   industryIds: [],
   jobType: [],
-  payType: [],
+  payScope: [],
   expType: []
 })
 //