|
@@ -4,7 +4,7 @@
|
|
|
<!-- 公司信息 -->
|
|
|
<div class="company-info-top" @click="handleClickEnterprise(item)">
|
|
|
<div class="float-left">
|
|
|
- <v-img :src="item.enterprise.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" :alt="item.enterprise.anotherName" :width="40" style="height: 40px;border-radius: 4px;"/>
|
|
|
+ <v-img :src="item?.enterprise.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" :alt="item.enterprise.anotherName" :width="40" style="height: 40px;border-radius: 4px;"/>
|
|
|
</div>
|
|
|
<div class="company-info">
|
|
|
<h3>{{ item.enterprise.anotherName }}</h3>
|