|
@@ -6,7 +6,12 @@
|
|
<span slot="label">创新吉林</span>
|
|
<span slot="label">创新吉林</span>
|
|
<el-col :span="24" class="list">
|
|
<el-col :span="24" class="list">
|
|
<ul>
|
|
<ul>
|
|
- <li class="chuangxinList" v-for="(item, index) in chuangxinList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="chuangxinList"
|
|
|
|
+ v-for="(item, index) in chuangxinList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/government/governmentDetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
</li>
|
|
</li>
|
|
@@ -18,7 +23,12 @@
|
|
<span slot="label">国内动态</span>
|
|
<span slot="label">国内动态</span>
|
|
<el-col :span="24" class="list">
|
|
<el-col :span="24" class="list">
|
|
<ul>
|
|
<ul>
|
|
- <li class="chuangxinList" v-for="(item, index) in guoneiList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="chuangxinList"
|
|
|
|
+ v-for="(item, index) in guoneiList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/government/governmentDetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
</li>
|
|
</li>
|
|
@@ -30,7 +40,12 @@
|
|
<span slot="label">政务活动</span>
|
|
<span slot="label">政务活动</span>
|
|
<el-col :span="24" class="list">
|
|
<el-col :span="24" class="list">
|
|
<ul>
|
|
<ul>
|
|
- <li class="chuangxinList" v-for="(item, index) in zhengwuList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="chuangxinList"
|
|
|
|
+ v-for="(item, index) in zhengwuList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/government/governmentDetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
</li>
|
|
</li>
|
|
@@ -42,7 +57,12 @@
|
|
<span slot="label">媒体焦距</span>
|
|
<span slot="label">媒体焦距</span>
|
|
<el-col :span="24" class="list">
|
|
<el-col :span="24" class="list">
|
|
<ul>
|
|
<ul>
|
|
- <li class="chuangxinList" v-for="(item, index) in meitiList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="chuangxinList"
|
|
|
|
+ v-for="(item, index) in meitiList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/government/governmentDetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="19" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
<el-col :span="4" class="date"> {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col>
|
|
</li>
|
|
</li>
|