|
@@ -3,7 +3,7 @@
|
|
|
<el-row :gutter="10" class="mt20 mb30">
|
|
|
<el-col :span="12" class="fx-row ai-center">
|
|
|
<div class="mr30">
|
|
|
- <img width="72px" height="72px" :src="baseInfo.logo" alt=""/>
|
|
|
+ <img class="pointer" @click="toWindow(baseInfo.url)" width="72px" height="72px" :src="baseInfo.logo" alt=""/>
|
|
|
</div>
|
|
|
<div>
|
|
|
<span class="f28 ">{{ baseInfo.name }}</span>
|
|
@@ -29,7 +29,7 @@
|
|
|
<div v-if="tabActive == 0">
|
|
|
<el-row class="fx-row">
|
|
|
<el-col :span="8">
|
|
|
- <img src="https://i6.youzy.cn/basiclib/college/images/10003-647784f7.jpg" width="100%" alt="">
|
|
|
+ <img :src="baseInfo.bannerUrl" width="100%" alt="">
|
|
|
</el-col>
|
|
|
<el-col :span="16">
|
|
|
<div class="f14 f-666 text-center fx-row">
|
|
@@ -144,9 +144,9 @@
|
|
|
<p class="format-tit">就业报告</p>
|
|
|
<div class="list f-333">
|
|
|
<div class="list-item" v-for="item in employmentreports">
|
|
|
- <span @click="toWindow(item.webSite)">{{item.title}}</span>
|
|
|
- <span class="url" @click="toWindow(item.url)" v-if="item.url"><i class="el-icon-edit mr5" ></i>在线预览</span>
|
|
|
- <span v-if="item.url" @click="toWindow(item.url)">下载附件</span>
|
|
|
+ <span class="url pointer" @click="toWindow(item.webSite)">{{item.title}}</span>
|
|
|
+ <span class="url pointer" @click="toWindow(item.url)" v-if="item.url"><i class="el-icon-edit mr5" ></i>在线预览</span>
|
|
|
+ <span class="pointer" v-if="item.url" @click="toWindow(item.url)">下载附件</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|