|
@@ -104,17 +104,20 @@ export default {
|
|
dataIndex: 'nickName',
|
|
dataIndex: 'nickName',
|
|
key: 'nickName',
|
|
key: 'nickName',
|
|
scopedSlots: { customRender: 'nickName' },
|
|
scopedSlots: { customRender: 'nickName' },
|
|
|
|
+ width: 250,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '成绩',
|
|
title: '成绩',
|
|
dataIndex: 'totalPoints',
|
|
dataIndex: 'totalPoints',
|
|
key: 'totalPoints',
|
|
key: 'totalPoints',
|
|
|
|
+ width: 250,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '时间',
|
|
title: '时间',
|
|
dataIndex: 'endTime',
|
|
dataIndex: 'endTime',
|
|
key: 'endTime',
|
|
key: 'endTime',
|
|
scopedSlots: { customRender: 'endTime' },
|
|
scopedSlots: { customRender: 'endTime' },
|
|
|
|
+ width: 250,
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.unReferencedColumns = [
|
|
this.unReferencedColumns = [
|