|
|
@@ -184,19 +184,19 @@ export default {
|
|
|
tags: genderOptions,
|
|
|
width: 90
|
|
|
},
|
|
|
- {
|
|
|
- prop: "roleName",
|
|
|
- label: this.$t('platform.org.employee.prop.job'),
|
|
|
- width:180,
|
|
|
- slotName:"roleName"
|
|
|
- },
|
|
|
{
|
|
|
prop: 'positionsPath',
|
|
|
label: this.$t('platform.org.employee.prop.orgPath'),
|
|
|
sortable: false,
|
|
|
- minWidth: 200,
|
|
|
+ width: 200,
|
|
|
slotName:"positionsPath"
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "roleName",
|
|
|
+ label: this.$t('platform.org.employee.prop.job'),
|
|
|
+ minWidth:200,
|
|
|
+ slotName:"roleName"
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'status',
|
|
|
label: this.$t('platform.org.employee.prop.status'),
|