diff --git a/src/views/chat/PublicChatTopRecordView.vue b/src/views/chat/PublicChatTopRecordView.vue index 7f3e0ef..fbb70e5 100644 --- a/src/views/chat/PublicChatTopRecordView.vue +++ b/src/views/chat/PublicChatTopRecordView.vue @@ -55,17 +55,7 @@ export default { { field: 'nick', title: '用户昵称', align: 'center', width: '15%' }, { field: 'partitionDesc', title: '所属地区', align: 'center', width: '15%' }, { field: 'payMoneyNum', title: '付费金额(金币)', align: 'center', width: '15%' }, - { - field: 'createTime', - title: '付费日期', - align: 'center', - width: '10%', - formatter: function (val, row, index) { - let dateTime = new Date(); - dateTime.setTime(val); - return dateTime.toLocaleString(); - } - }, + { field: 'createTime', title: '付费日期', align: 'center', width: '15%' }, ], }; },