|
@@ -35,7 +35,7 @@
|
|
<el-col :span="16" class="title">
|
|
<el-col :span="16" class="title">
|
|
<p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
|
|
<p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" class="date"> [{{ item.meta | getDate }}] </el-col>
|
|
|
|
|
|
+ <el-col :span="8" class="date"> [{{ item.publish_time }}] </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -90,7 +90,7 @@
|
|
<el-col :span="16" class="title">
|
|
<el-col :span="16" class="title">
|
|
<p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
|
|
<p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" class="date"> [{{ item.meta | getDate }}]</el-col>
|
|
|
|
|
|
+ <el-col :span="8" class="date"> [{{ item.publish_time }}]</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|