Commit 7a254941 authored by zhangyanni's avatar zhangyanni

科创项目列表

parent f790c27f
......@@ -9,7 +9,8 @@
<template slot-scope="scope">
<el-row>
<el-col :span="3">
<img :src="scope.row.companyLogoUrl?scope.row.companyLogoUrl:require('../../assets/img/smallBusiness@2x.png')" style="width: 40px;height: 40px;">
<img v-if="!scope.row.companyLogoUrl" src="../../assets/img/index/prodefaultLogo.png" alt="图片" style="border-radius: 3px; border:1px solid #DCDFF1; width: 40px;height: 40px;margin: 3px 0 0 10px">
<img v-if="scope.row.companyLogoUrl" :src="scope.row.companyLogoUrl" alt="图片" style="border-radius: 3px; border:1px solid #DCDFF1; width: 40px;height: 40px;margin: 3px 0 0 10px">
</el-col>
<el-col :span="20">
<p class="namep" style="font-weight: bold">{{scope.row.projectName}}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment