修复私聊展示问题
This commit is contained in:
@@ -214,6 +214,8 @@ export default {
|
||||
columns: [
|
||||
{ field: 'fromErBanNo', title: '发消息人ID', align: 'center', width: '5%' },
|
||||
{ field: 'fromNick', title: '发消息人昵称', align: 'center', width: '5%' },
|
||||
{ field: 'toErBanNo', title: '接收人ID', align: 'center', width: '5%' },
|
||||
{ field: 'toNick', title: '接收人昵称', align: 'center', width: '5%' },
|
||||
{ field: 'createTime', title: '发消息时间', align: 'center', width: '5%' },
|
||||
{
|
||||
field: 'content',
|
||||
|
Reference in New Issue
Block a user