fix:获得证书时间显示修改

This commit is contained in:
wyx
2023-02-28 16:10:06 +08:00
parent 6a03701af2
commit 3d6b792caf

View File

@@ -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: "操作",