Merge pull request #68 from Fromnowon/Fromnowon-patch-2

排名开启realname时显示错误
This commit is contained in:
LiYang 2020-07-09 08:47:18 +08:00 committed by GitHub
commit 938b4c0be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}