修复时间问题
This commit is contained in:
@@ -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%' },
|
||||
],
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user