|
@@ -11,7 +11,7 @@
|
|
|
</el-carousel>
|
|
|
</el-col>
|
|
|
<el-col :span="7" v-else class="achieveImage">
|
|
|
- <el-image :src="achievezb" style="height:345px;"></el-image>
|
|
|
+ <el-image :src="detailInfo.company == '中科院长春分院' ? ccfy : achievezb" style="height:345px;"></el-image>
|
|
|
<el-col :span="24" class="company textOver">
|
|
|
{{ detailInfo.company }}
|
|
|
</el-col>
|
|
@@ -206,7 +206,14 @@ export default {
|
|
|
},
|
|
|
components: { chat },
|
|
|
data: function() {
|
|
|
- return { dialogTableVisible: false, room: {}, dialogTableVisible1: false, gridData: [], achievezb: require('@/assets/3.png') };
|
|
|
+ return {
|
|
|
+ dialogTableVisible: false,
|
|
|
+ room: {},
|
|
|
+ dialogTableVisible1: false,
|
|
|
+ gridData: [],
|
|
|
+ achievezb: require('@/assets/3.png'),
|
|
|
+ ccfy: require('@/assets/ccfy1.png'),
|
|
|
+ };
|
|
|
},
|
|
|
created() {},
|
|
|
methods: {
|