|
@@ -11,7 +11,6 @@ export const dictObj = reactive({
|
|
|
area: [], // 地区
|
|
|
jobStatus: [], // 求职状态
|
|
|
marital: [], // 婚姻状态
|
|
|
- financing: [], // 融资阶段
|
|
|
sex: [],
|
|
|
jobType: [],
|
|
|
areaTreeData: [],
|
|
@@ -22,7 +21,6 @@ const dictList = ref([
|
|
|
{ type: 'menduner_pay_unit', value: 'payUnit', key: 'payUnit', label: 'payName' },
|
|
|
{ type: 'menduner_sex', value: 'sex', key: 'sex', label: 'sexName' },
|
|
|
{ type: 'menduner_job_type', value: 'jobType', key: 'jobType', label: 'jobTypeName' },
|
|
|
- { type: 'menduner_financing_status', value: 'financing', key: 'financingStatus', label: 'financingName' },
|
|
|
{ type: 'menduner_scale', value: 'scale', key: 'scale', label: 'scaleName' },
|
|
|
{ type: 'menduner_job_seek_status', value: 'jobStatus', key: 'jobStatus', label: 'jobStatusName' },
|
|
|
{ type: 'menduner_marital_status', value: 'marital', key: 'maritalStatus', label: 'maritalStatusName' },
|