|
@@ -26,10 +26,36 @@ const items = ref({
|
|
label: '招聘类型 *',
|
|
label: '招聘类型 *',
|
|
itemText: 'label',
|
|
itemText: 'label',
|
|
itemValue: 'value',
|
|
itemValue: 'value',
|
|
|
|
+ col: 4,
|
|
dictTypeName: 'menduner_job_type',
|
|
dictTypeName: 'menduner_job_type',
|
|
rules: [v => !!v || '招聘类型'],
|
|
rules: [v => !!v || '招聘类型'],
|
|
items: []
|
|
items: []
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ type: 'autocomplete',
|
|
|
|
+ key: 'eduType',
|
|
|
|
+ value: null,
|
|
|
|
+ label: '最高学历 *',
|
|
|
|
+ itemText: 'label',
|
|
|
|
+ itemValue: 'value',
|
|
|
|
+ col: 4,
|
|
|
|
+ flexStyle: 'mx-3',
|
|
|
|
+ dictTypeName: 'menduner_education_type',
|
|
|
|
+ rules: [v => !!v || '请选择最高学历'],
|
|
|
|
+ items: []
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ type: 'autocomplete',
|
|
|
|
+ key: 'expType',
|
|
|
|
+ value: null,
|
|
|
|
+ label: '工作经验 *',
|
|
|
|
+ itemText: 'label',
|
|
|
|
+ itemValue: 'value',
|
|
|
|
+ col: 4,
|
|
|
|
+ dictTypeName: 'menduner_exp_type',
|
|
|
|
+ rules: [v => !!v || '请选择工作经验'],
|
|
|
|
+ items: []
|
|
|
|
+ },
|
|
{
|
|
{
|
|
type: 'text',
|
|
type: 'text',
|
|
key: 'payFrom',
|
|
key: 'payFrom',
|
|
@@ -79,31 +105,6 @@ const items = ref({
|
|
rules: [v => !!v || '请选择薪酬单位'],
|
|
rules: [v => !!v || '请选择薪酬单位'],
|
|
items: []
|
|
items: []
|
|
},
|
|
},
|
|
- {
|
|
|
|
- type: 'autocomplete',
|
|
|
|
- key: 'eduType',
|
|
|
|
- value: null,
|
|
|
|
- label: '最高学历 *',
|
|
|
|
- itemText: 'label',
|
|
|
|
- itemValue: 'value',
|
|
|
|
- col: 6,
|
|
|
|
- flexStyle: 'mr-3',
|
|
|
|
- dictTypeName: 'menduner_education_type',
|
|
|
|
- rules: [v => !!v || '请选择最高学历'],
|
|
|
|
- items: []
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- type: 'autocomplete',
|
|
|
|
- key: 'expType',
|
|
|
|
- value: null,
|
|
|
|
- label: '工作经验 *',
|
|
|
|
- itemText: 'label',
|
|
|
|
- itemValue: 'value',
|
|
|
|
- col: 6,
|
|
|
|
- dictTypeName: 'menduner_exp_type',
|
|
|
|
- rules: [v => !!v || '请选择工作经验'],
|
|
|
|
- items: []
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
type: 'autocomplete',
|
|
type: 'autocomplete',
|
|
key: 'workAreaProvinceId',
|
|
key: 'workAreaProvinceId',
|