@@ -139,25 +139,25 @@ export default {
{
title: '创建时间',
dataIndex: 'createDate',
- width: '120',
+ width: 150,
align: 'center'
},
title: '用户名称',
dataIndex: 'name',
- width: '100',
+ width: 100,
title: '手机号码',
dataIndex: 'phone',
title: '合作商',
dataIndex: 'org.name',
// {
@@ -176,7 +176,7 @@ export default {
// },
title: '状态',
align: 'center',
scopedSlots: {
customRender: 'status'
@@ -184,7 +184,7 @@ export default {
title: '操作',
customRender: 'action'