Commit e6b40ca7 by crushh

update: dist

parent 88bc12c2
......@@ -219,7 +219,7 @@ export default {
prop: "createDate",
minWidth: 80,
formatter(row) {
return `${row.createDate ? dateformat(new Date(row.createDate), 'yyyy-MM-dd hh-mm-ss') : '--'}`;
return `${row.createDate ? dateformat(new Date(row.createDate), 'yyyy-MM-dd hh:mm:ss') : '--'}`;
}
},
{ label: "素材类型", prop: "contentType",minWidth: 60, formatter(row) {
......@@ -245,7 +245,7 @@ export default {
prop: "aiTime",
minWidth: 80,
formatter(row) {
return `${row.aiTime ? dateformat(new Date(row.aiTime), 'yyyy-MM-dd hh-mm-ss') : '--'}`;
return `${row.aiTime ? dateformat(new Date(row.aiTime), 'yyyy-MM-dd hh:mm:ss') : '--'}`;
}
},
{ label: "活动名称", prop: "planName", minWidth: 120 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment