|
@@ -11,7 +11,12 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="list">
|
|
<el-col :span="24" class="list">
|
|
<ul>
|
|
<ul>
|
|
- <li class="zixunList" v-for="(item, index) in tongzhiList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="zixunList"
|
|
|
|
+ v-for="(item, index) in tongzhiList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/government/governmentDetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-link :underline="false">
|
|
<el-link :underline="false">
|
|
<span class="title textOver">{{ item.title }}</span>
|
|
<span class="title textOver">{{ item.title }}</span>
|
|
<span class="date textOver">{{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</span>
|
|
<span class="date textOver">{{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</span>
|