mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
fix:获得证书时间显示修改
This commit is contained in:
@@ -160,17 +160,7 @@ export default {
|
||||
key: "createTime",
|
||||
width: 60,
|
||||
align: "center",
|
||||
className: "h",
|
||||
customRender: (record) => {
|
||||
// console.log(text.record.checked1);
|
||||
return (
|
||||
<div>
|
||||
{record.record.createTime
|
||||
? toDate(record.record.createTime / 1000, "Y-M-D h:m")
|
||||
: "-"}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
className: "h"
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
|
||||
Reference in New Issue
Block a user