ruoyi-ui/src/views/contacts/index.vue
@@ -184,6 +184,7 @@
      <el-table-column label="电子名片" prop="url" width="160" align="center">
           <template slot-scope="scope" >
             <div  @click="handleCheck(scope.row)">
             <img
               class="el-upload-list__item-thumbnail"
               src="../../assets/images/deviceLis.png"
@@ -192,14 +193,14 @@
               fit="cover"
                v-if="scope.row.url !== ','"
             >
      <img
            <img
               class="el-upload-list__item-thumbnail"
               src="../../assets/images/deviceA.png"
               alt=""
               style="width: 35px; height: 35px;"
               fit="cover"
                v-if="scope.row.url === ','"
             >
            ></div>
           </template>
        </el-table-column>