【update】-人员信息调整顺序
This commit is contained in:
@@ -120,44 +120,44 @@ export default {
|
||||
customRender: function (t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
}, {
|
||||
title: '企业名称',
|
||||
align: 'center',
|
||||
width: 300,
|
||||
dataIndex: 'companyName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '姓名',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
width: 300,
|
||||
dataIndex: 'name',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '性别',
|
||||
align: 'center',
|
||||
width: 80,
|
||||
width: 100,
|
||||
dataIndex: 'gender_dictText'
|
||||
}, {
|
||||
title: '职务',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
width: 300,
|
||||
dataIndex: 'post',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '手机号',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
width: 175,
|
||||
dataIndex: 'phone'
|
||||
},{
|
||||
title: '角色',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
width: 175,
|
||||
dataIndex: 'roleCode_dictText'
|
||||
}, {
|
||||
title: '创建时间',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
dataIndex: 'createTime'
|
||||
}, {
|
||||
title: '企业名称',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
dataIndex: 'companyName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
// }, {
|
||||
// title: '创建时间',
|
||||
// align: 'center',
|
||||
// width: 150,
|
||||
// dataIndex: 'createTime'
|
||||
}, {
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
|
||||
Reference in New Issue
Block a user