Change post list updateTime to createTime.

pull/35/head
ruibaby 2019-07-15 23:42:24 +08:00
parent f0192844f2
commit 2f79471673
1 changed files with 6 additions and 6 deletions

View File

@ -180,9 +180,9 @@
</span>
<span
slot="updateTime"
slot-scope="updateTime"
>{{ updateTime | timeAgo }}</span>
slot="createTime"
slot-scope="createTime"
>{{ createTime | timeAgo }}</span>
<span
slot="action"
@ -436,9 +436,9 @@ const columns = [
dataIndex: 'visits'
},
{
title: '更新时间',
dataIndex: 'updateTime',
scopedSlots: { customRender: 'updateTime' }
title: '发布时间',
dataIndex: 'createTime',
scopedSlots: { customRender: 'createTime' }
},
{
title: '操作',