|
@@ -7,7 +7,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="zhuantiList" v-for="(item, index) in ztytList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="zhuantiList"
|
|
|
|
+ v-for="(item, index) in ztytList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/service/servicedetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date textOver">{{
|
|
<el-col :span="4" class="date textOver">{{
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
@@ -21,7 +26,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="zhuantiList" v-for="(item, index) in jswdList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="zhuantiList"
|
|
|
|
+ v-for="(item, index) in jswdList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/service/servicedetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date textOver">{{
|
|
<el-col :span="4" class="date textOver">{{
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
@@ -35,7 +45,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="zhuantiList" v-for="(item, index) in hyyjList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="zhuantiList"
|
|
|
|
+ v-for="(item, index) in hyyjList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/service/servicedetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date textOver">{{
|
|
<el-col :span="4" class="date textOver">{{
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
@@ -49,7 +64,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="zhuantiList" v-for="(item, index) in kjpxList" :key="index">
|
|
|
|
|
|
+ <li
|
|
|
|
+ class="zhuantiList"
|
|
|
|
+ v-for="(item, index) in kjpxList"
|
|
|
|
+ :key="index"
|
|
|
|
+ @click="$router.push({ path: '/service/servicedetail', query: { id: item.id } })"
|
|
|
|
+ >
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="20" class="title textOver">{{ item.title }}</el-col>
|
|
<el-col :span="4" class="date textOver">{{
|
|
<el-col :span="4" class="date textOver">{{
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|
|
item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || ''
|