修复私聊展示问题

This commit is contained in:
liaozetao
2023-09-26 15:45:57 +08:00
parent d16bde959c
commit 6c0c2dc7cf

View File

@@ -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',