|
@@ -17,7 +17,7 @@ const dictList = ref([
|
|
{ type: 'menduner_pay_unit', value: 'payUnit', key: 'payUnit', label: 'payName' },
|
|
{ type: 'menduner_pay_unit', value: 'payUnit', key: 'payUnit', label: 'payName' },
|
|
{ type: 'menduner_financing_status', value: 'financing', key: 'financingStatus', label: 'financingName' },
|
|
{ type: 'menduner_financing_status', value: 'financing', key: 'financingStatus', label: 'financingName' },
|
|
{ type: 'menduner_scale', value: 'scale', key: 'scale', label: 'scaleName' },
|
|
{ type: 'menduner_scale', value: 'scale', key: 'scale', label: 'scaleName' },
|
|
- { type: 'menduner_job_status', value: 'jobStatus', key: 'jobStatus', label: 'jobStatusName' },
|
|
|
|
|
|
+ { type: 'menduner_job_seek_status', value: 'jobStatus', key: 'jobStatus', label: 'jobStatusName' },
|
|
{ type: 'menduner_marital_status', value: 'marital', key: 'maritalStatus', label: 'maritalStatusName' },
|
|
{ type: 'menduner_marital_status', value: 'marital', key: 'maritalStatus', label: 'maritalStatusName' },
|
|
{ type: 'menduner_industry_type', value: 'industry', key: 'industryId', label: 'industryName', params: {}, apiType: 'industryList', nameKey: 'nameCn', valueKey: 'id' },
|
|
{ type: 'menduner_industry_type', value: 'industry', key: 'industryId', label: 'industryName', params: {}, apiType: 'industryList', nameKey: 'nameCn', valueKey: 'id' },
|
|
{ type: 'menduner_education_type', value: 'edu', key: 'eduType', label: 'eduName' },
|
|
{ type: 'menduner_education_type', value: 'edu', key: 'eduType', label: 'eduName' },
|