|
@@ -2,7 +2,7 @@
|
|
|
<v-hover v-slot="{ isHovering, props }" v-for="(val, index) in list" :key="val.id">
|
|
|
<v-card v-bind="props" :elevation="isHovering ? 7 : 3" class="cursor-pointer mb-3" :class="{'active': chosenIndex === index}" width="500" @click="handleClickEnterprise(val, index)">
|
|
|
<div class="d-flex pa-4 pb-2">
|
|
|
- <img :src="val.logoUrl" style="width: 80px; height: 80px; border-radius: 4px;" />
|
|
|
+ <img :src="val.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" style="width: 80px; height: 80px; border-radius: 4px;" />
|
|
|
<div style="max-width: 390px;">
|
|
|
<h3 v-ellipse-tooltip class="enterprise-name ml-3">{{ formatName(val.anotherName || val.name) }}</h3>
|
|
|
<p class="font-size-14 color-666 mt-1 mb-2 ml-3">
|