Commit 09bd91ff authored by anxixi's avatar anxixi

项目详情字段修改

parent 625eaf71
......@@ -4,8 +4,8 @@
<el-col :span="20">
<el-row>
<el-col :span="3">
<img v-if="addData.companyLogoUrl" :src="addData.companyLogoUrl" alt="图片" style="width: 90px;height: 90px;border-radius: 3px">
<img v-if="!addData.companyLogoUrl" src="../../../assets/img/index/project1.png" style="width: 90px;height: 90px;border-radius: 3px" alt="图片">
<img v-if="addData.companyLogoUrl" :src="addData.companyLogoUrl" alt="图片" style="border: 1px solid #DCDFF1;width: 90px;height: 90px;border-radius: 3px">
<img v-if="!addData.companyLogoUrl" src="../../../assets/img/index/project1.png" style="border: 1px solid #DCDFF1;width: 90px;height: 90px;border-radius: 3px" alt="图片">
</el-col>
<el-col :span="18" style="line-height: 31px">
<p><span style="font-size: 18px;margin-right: 35px">{{addData.projectName}}</span>
......@@ -38,7 +38,7 @@
</span>
</span>
<span v-else>
{{addData.projectOtherNumberDTO.browseNumber}}
{{addData.projectOtherNumberDTO.browseNumberEx}}
</span>
</p>
<p><i class="el-icon-star-off"></i>
......@@ -51,7 +51,7 @@
</span>
</span>
<span v-else>
{{addData.projectOtherNumberDTO.collectionNumber}}
{{addData.projectOtherNumberDTO.collectionNumberEx}}
</span>
</p>
<p><i class="el-icon-chat-square"></i>
......@@ -64,7 +64,7 @@
</span>
</span>
<span v-else>
{{addData.projectOtherNumberDTO.communicationNumber}}
{{addData.projectOtherNumberDTO.communicationNumberEx}}
</span>
</p>
</el-row>
......
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