Commit 15c51a99 by yuananting

Merge branch 'refactor/yuanating/20210625/collage-init' into rc

parents 87a64aef c7c2c4e7
......@@ -301,7 +301,7 @@ class LiveCourseList extends React.Component {
dataIndex: 'created',
sorter: true,
render: (val, item) => {
return <span>{val === 0 ? '-' : formatDate('YYYY-MM-DD H:i', val)}</span>;
return <span>{val === -29000 ? '-' : formatDate('YYYY-MM-DD H:i', val)}</span>;
},
},
{
......
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