【update】-人员信息调整顺序

This commit is contained in:
fengchenchen
2024-04-02 09:51:44 +08:00
parent ad7d2d3f40
commit a1623df600
@@ -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',