|
@@ -1,37 +1,6 @@
|
|
|
<template>
|
|
|
<div id="technical">
|
|
|
<el-col :span="24" class="main">
|
|
|
- <!-- <el-col :span="12" class="left">
|
|
|
- <el-col :span="1" class="leftTitle">
|
|
|
- <p>专<br />题<br />研<br />讨</p>
|
|
|
- <p></p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="23" class="infoLeft">
|
|
|
- <el-col class="infoLeftList" :span="24" v-for="(item, index) in zhuantiList" :key="index">
|
|
|
- <p>{{ item.publish_time }}</p>
|
|
|
- <p>
|
|
|
- <span @click="clickzhuanti(item.id)" class="textOver">{{ item.title }}</span>
|
|
|
- <span>{{ item.content }}</span>
|
|
|
- </p>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="leftListDown"><span></span><span @click="turnToList('专题研讨')">MORE</span></el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12" class="right">
|
|
|
- <el-col :span="24" class="rightListTop"><span @click="turnToList('技术问答')">MORE</span><span></span></el-col>
|
|
|
- <el-col :span="23" class="infoRight">
|
|
|
- <el-col class="infoRightList" :span="24" v-for="(item, index) in jishuList" :key="index">
|
|
|
- <p>
|
|
|
- <span class="textOver" @click="clickjishu(item.id)">{{ item.title }}</span
|
|
|
- ><span class="textOver">{{ item.publish_time }}</span>
|
|
|
- </p>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1" class="rightTitle">
|
|
|
- <p></p>
|
|
|
- <p>技<br />术<br />问<br />答</p>
|
|
|
- </el-col>
|
|
|
- </el-col> -->
|
|
|
<el-col :span="12" class="left">
|
|
|
<el-col :span="24" class="downLeftTop">
|
|
|
<el-image :src="downLeftTopImage"></el-image>
|
|
@@ -48,7 +17,7 @@
|
|
|
<el-col class="infoLeftList" :span="24" v-for="(item, index) in zhuantiList" :key="index">
|
|
|
<p>{{ item.publish_time }}</p>
|
|
|
<p>
|
|
|
- <span @click="clickzhuanti(item.id)" class="textOver">{{ item.title }}</span>
|
|
|
+ <span @click="$router.push({ path: '/live/detail', query: { id: item.id } })" class="textOver">{{ item.title }}</span>
|
|
|
<span>{{ item.content }}</span>
|
|
|
</p>
|
|
|
</el-col>
|
|
@@ -69,7 +38,7 @@
|
|
|
<el-col :span="23" class="infoRight">
|
|
|
<el-col class="infoRightList" :span="24" v-for="(item, index) in jishuList" :key="index">
|
|
|
<p>
|
|
|
- <span class="textOver" @click="clickjishu(item.id)">{{ item.title }}</span
|
|
|
+ <span class="textOver" @click="$router.push({ path: '/live/detail', query: { id: item.id } })">{{ item.title }}</span
|
|
|
><span class="textOver">{{ item.publish_time }}</span>
|
|
|
</p>
|
|
|
</el-col>
|
|
@@ -93,7 +62,7 @@
|
|
|
<el-col :span="24" class="infoLeft">
|
|
|
<el-col class="infoRightList" :span="24" v-for="(item, index) in hangyeList" :key="index">
|
|
|
<p>
|
|
|
- <span class="textOver" @click="clickhangye(item.id)">{{ item.title }}</span
|
|
|
+ <span class="textOver" @click="$router.push({ path: '/live/detail', query: { id: item.id } })">{{ item.title }}</span
|
|
|
><span class="textOver">{{ item.publish_time }}</span>
|
|
|
</p>
|
|
|
</el-col>
|
|
@@ -115,43 +84,12 @@
|
|
|
<el-col class="infoLeftList" :span="24" v-for="(item, index) in jiaoyuList" :key="index">
|
|
|
<p>{{ item.publish_time }}</p>
|
|
|
<p>
|
|
|
- <span class="textOver" @click="clickjiaoyu(item.id)">{{ item.title }}</span>
|
|
|
+ <span class="textOver" @click="$router.push({ path: '/live/eduDetail', query: { id: item.id } })">{{ item.title }}</span>
|
|
|
<span>{{ item.content }}</span>
|
|
|
</p>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="12" class="left">
|
|
|
- <el-col :span="1" class="leftTitle">
|
|
|
- <p>行<br />业<br />研<br />究</p>
|
|
|
- <p></p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="23" class="infoRight">
|
|
|
- <el-col class="infoRightList" :span="24" v-for="(item, index) in hangyeList" :key="index">
|
|
|
- <p>
|
|
|
- <span class="textOver" @click="clickhangye(item.id)">{{ item.title }}</span
|
|
|
- ><span class="textOver">{{ item.publish_time }}</span>
|
|
|
- </p>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="leftListDown"><span></span><span @click="turnToList('行业研究')">MORE</span></el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12" class="right">
|
|
|
- <el-col :span="24" class="rightListTop"><span @click="turnToList('教育培训')">MORE</span><span></span></el-col>
|
|
|
- <el-col :span="23" class="infoLeft">
|
|
|
- <el-col class="infoLeftList" :span="24" v-for="(item, index) in jiaoyuList" :key="index">
|
|
|
- <p>{{ item.publish_time }}</p>
|
|
|
- <p>
|
|
|
- <span class="textOver" @click="clickjiaoyu(item.id)">{{ item.title }}</span>
|
|
|
- <span>{{ item.content }}</span>
|
|
|
- </p>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1" class="rightTitle">
|
|
|
- <p></p>
|
|
|
- <p>教<br />育<br />培<br />训</p>
|
|
|
- </el-col>
|
|
|
- </el-col> -->
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -199,23 +137,6 @@ export default {
|
|
|
turnToList(column_name) {
|
|
|
this.$router.push({ path: '/technical/list', query: { column_name: column_name } });
|
|
|
},
|
|
|
- clickzhuanti(id) {
|
|
|
- this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
|
- console.log(id);
|
|
|
- },
|
|
|
- clickjishu(id) {
|
|
|
- this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
|
- console.log(id);
|
|
|
- },
|
|
|
- clickhangye(id) {
|
|
|
- this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
|
- console.log(id);
|
|
|
- },
|
|
|
-
|
|
|
- clickjiaoyu(id) {
|
|
|
- this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
|
- console.log(id);
|
|
|
- },
|
|
|
},
|
|
|
};
|
|
|
</script>
|