|
@@ -14,7 +14,12 @@
|
|
|
<el-col :span="19" class="title">
|
|
|
<p class="textOver"><i class="el-icon-caret-right icon"></i>{{ item.title }}</p>
|
|
|
</el-col>
|
|
|
- <el-col :span="5" class="date">
|
|
|
+ <el-col :span="5" class="date" v-if="item.publish_time">
|
|
|
+ {{ item.publish_time }}
|
|
|
+ <span v-if="item.publish_time"></span>
|
|
|
+ <span v-else>{{ item.meta | getDate }}</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="date" v-else>
|
|
|
{{ item.meta | getDate }}
|
|
|
</el-col>
|
|
|
</el-col>
|