mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-16 01:12:48 +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, {
|
this.columns.splice(2, 0, {
|
||||||
title: 'RealName',
|
title: 'RealName',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '150px',
|
width: 150,
|
||||||
render: (h, {row}) => {
|
render: (h, {row}) => {
|
||||||
return h('span', row.user.real_name)
|
return h('span', row.user.real_name)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user