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