Commit 4e18a860 authored by xhx's avatar xhx

fix

parent 61153f91
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
@change="tableChange"> @change="tableChange">
<!-- 新增时间 --> <!-- 新增时间 -->
<span slot="time" slot-scope="text,record"> <span slot="time" slot-scope="text,record">
{{ record.updated_at | format }} {{ record.update_at | format }}
</span> </span>
<!-- 新闻内容 --> <!-- 新闻内容 -->
<span slot="content" slot-scope="text,record"> <span slot="content" slot-scope="text,record">
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
@change="tableChange"> @change="tableChange">
<!-- 发布时间 --> <!-- 发布时间 -->
<span slot="created_at" slot-scope="text,record"> <span slot="created_at" slot-scope="text,record">
{{ record.updated_at | format }} {{ record.update_at | format }}
</span> </span>
<!-- 新闻内容 --> <!-- 新闻内容 -->
<span slot="content" slot-scope="text,record"> <span slot="content" slot-scope="text,record">
......
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