@@ -85,7 +85,7 @@
// },
{
title: '姓名',
- width: '10%',
+ width: 100,
align: 'center',
dataIndex: 'realname'
},
@@ -97,32 +97,32 @@
title: '性别',
- width: '7%',
align: "center",
dataIndex: 'sex_dictText',
title: '部门',
- width: '15%',
dataIndex: 'departIds'
title: '岗位',
+ width: 150,
dataIndex: 'post',
customRender: (text) => (text || '').split(',').map(t => this.positionInfo[t] ? this.positionInfo[t] : t).join(',')
title: '手机',
dataIndex: 'mobile'
title: '座机',
dataIndex: 'phone'