mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 07:21:50 +00:00
Merge pull request #68 from Fromnowon/Fromnowon-patch-2
排名开启realname时显示错误
This commit is contained in:
commit
938b4c0be5
@ -80,7 +80,7 @@ export default {
|
||||
this.columns.splice(2, 0, {
|
||||
title: 'RealName',
|
||||
align: 'center',
|
||||
width: '150px',
|
||||
width: 150,
|
||||
render: (h, {row}) => {
|
||||
return h('span', row.user.real_name)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user