|
@@ -38,6 +38,20 @@
|
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="infoLeft">
|
|
|
+ <el-col :span="24" class="infoLeft">
|
|
|
+ <el-col class="infoLeftList" :span="24" v-for="(item, index) in jishuList" :key="index">
|
|
|
+ <p>{{ item.publish_time }}</p>
|
|
|
+ <p></p>
|
|
|
+ <p>
|
|
|
+ <span class="textOver" @click="$router.push({ path: '/technical/list', query: { id: item.id, display: 3, column_name: '专家问诊' } })">{{
|
|
|
+ item.title
|
|
|
+ }}</span>
|
|
|
+ <span>{{ item.titlejj }}</span>
|
|
|
+ </p>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+ <!--
|
|
|
<el-col class="infoRightList" :span="24" v-for="(item, index) in jishuList" :key="index">
|
|
|
<p>
|
|
|
<span class="textOver" @click="$router.push({ path: '/technical/list', query: { id: item.id, display: 3, column_name: '专家问诊' } })">{{
|
|
@@ -45,7 +59,7 @@
|
|
|
}}</span
|
|
|
><span class="textOver">{{ item.publish_time }}</span>
|
|
|
</p>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="right">
|