|
@@ -91,6 +91,16 @@ export default {
|
|
|
change: this.getEmployeeCategoryItems
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '员工类型',
|
|
|
+ prop: 'employeeCategory',
|
|
|
+ type: 'select',
|
|
|
+ options: {
|
|
|
+ clearable: false,
|
|
|
+ placeholder: '请选择员工类型',
|
|
|
+ items: this.employeeCategoryItems
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
label: '部门',
|
|
|
prop: 'organizationNo',
|
|
@@ -108,16 +118,6 @@ export default {
|
|
|
children: 'child'
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- label: '员工类型',
|
|
|
- prop: 'employeeCategory',
|
|
|
- type: 'select',
|
|
|
- options: {
|
|
|
- clearable: false,
|
|
|
- placeholder: '请选择员工类型',
|
|
|
- items: this.employeeCategoryItems
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
}
|