|
@@ -17,10 +17,16 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="leftDown">
|
|
|
- <el-col :span="24" class="lInfoList" v-for="(item, index) in zhuanjiaList" :key="index">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="lInfoList"
|
|
|
+ v-for="(item, index) in zhuanjiaList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/technical/list', query: { type: '1', column_name: '专家问诊', id: item._id } })"
|
|
|
+ >
|
|
|
<p class="p1">{{ item.publish_time || '暂无' }}</p>
|
|
|
<p class="p2">
|
|
|
- <span class="textOver1" @click="$router.push({ path: '/technical/list', query: { type: '1', column_name: '专家问诊', id: item._id } })">
|
|
|
+ <span class="textOver1">
|
|
|
{{ item.title }}
|
|
|
</span>
|
|
|
<span class="textOver2">{{ item.titlejj }}</span>
|