|
@@ -111,40 +111,40 @@ const formItems = ref({
|
|
|
readonly: true,
|
|
|
limit: 1,
|
|
|
},
|
|
|
- {
|
|
|
- type: 'autocomplete',
|
|
|
- key: 'eduType',
|
|
|
- value: null,
|
|
|
- default: null,
|
|
|
- label: '学历',
|
|
|
- outlined: true,
|
|
|
- itemText: 'label',
|
|
|
- itemValue: 'value',
|
|
|
- dictTypeName: 'menduner_education_type',
|
|
|
- items: []
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'autocomplete',
|
|
|
- key: 'expType',
|
|
|
- value: null,
|
|
|
- default: null,
|
|
|
- label: '工作经验',
|
|
|
- outlined: true,
|
|
|
- itemText: 'label',
|
|
|
- itemValue: 'value',
|
|
|
- dictTypeName: 'menduner_exp_type',
|
|
|
- items: []
|
|
|
- },
|
|
|
- {
|
|
|
- slotName: 'positionId',
|
|
|
- key: 'positionName',
|
|
|
- value: '',
|
|
|
- label: '职位类型 ',
|
|
|
- valueKey: 'positionId',
|
|
|
- hideDetails: true,
|
|
|
- readonly: true,
|
|
|
- outlined: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // type: 'autocomplete',
|
|
|
+ // key: 'eduType',
|
|
|
+ // value: null,
|
|
|
+ // default: null,
|
|
|
+ // label: '学历',
|
|
|
+ // outlined: true,
|
|
|
+ // itemText: 'label',
|
|
|
+ // itemValue: 'value',
|
|
|
+ // dictTypeName: 'menduner_education_type',
|
|
|
+ // items: []
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // type: 'autocomplete',
|
|
|
+ // key: 'expType',
|
|
|
+ // value: null,
|
|
|
+ // default: null,
|
|
|
+ // label: '工作经验',
|
|
|
+ // outlined: true,
|
|
|
+ // itemText: 'label',
|
|
|
+ // itemValue: 'value',
|
|
|
+ // dictTypeName: 'menduner_exp_type',
|
|
|
+ // items: []
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // slotName: 'positionId',
|
|
|
+ // key: 'positionName',
|
|
|
+ // value: '',
|
|
|
+ // label: '职位类型 ',
|
|
|
+ // valueKey: 'positionId',
|
|
|
+ // hideDetails: true,
|
|
|
+ // readonly: true,
|
|
|
+ // outlined: true,
|
|
|
+ // },
|
|
|
{
|
|
|
type: 'autocomplete',
|
|
|
key: 'jobType',
|