mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
fix:获得证书时间显示修改
This commit is contained in:
@@ -160,17 +160,7 @@ export default {
|
|||||||
key: "createTime",
|
key: "createTime",
|
||||||
width: 60,
|
width: 60,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
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>
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
|
|||||||
Reference in New Issue
Block a user