|
@@ -120,25 +120,29 @@ export default {
|
|
|
{
|
|
|
title: '序号',
|
|
|
dataIndex: 'no',
|
|
|
- width: 60,
|
|
|
+ width: 80,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
title: '创建时间',
|
|
|
dataIndex: 'createDate',
|
|
|
- width: 150,
|
|
|
+ width: 160,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '用户账号',
|
|
|
+ dataIndex: 'loginName',
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
title: '用户名称',
|
|
|
dataIndex: 'name',
|
|
|
- width: 150,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
title: '手机号码',
|
|
|
dataIndex: 'phone',
|
|
|
- width: 150,
|
|
|
+ width: 120,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
@@ -149,13 +153,13 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '状态',
|
|
|
- width: 150,
|
|
|
+ width: 120,
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'status' }
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|
|
|
- width: 150,
|
|
|
+ width: 160,
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'action' }
|
|
|
}
|