2、el-image设置error图像
注意和2.0不同
<el-table-column label="人脸图像" align="center" prop="imageUrl" width="200px">
<template #default="scope">
<el-image :src=getImgUrl(scope.row.imageUrl) preview-teleported="true" fit="cover"
:preview-src-list=[getImgUrl(scope.row.imageUrl)] alt="Description" style="width: 100px; height: 100px;">
<template #error>
<div class="image-slot" >
<el-icon style="width: 100px; height: 100px;font-size: 100px;color:lightgray"><picture-filled /></el-icon>
</div>
</template>
</el-image>
</template>
本博客是个人工作中记录,更深层次的问题可以提供有偿技术支持。
另外建了几个QQ技术群:
2、全栈技术群:616945527
2、硬件嵌入式开发: 75764412
3、Go语言交流群:9924600
闲置域名WWW.EXAI.CN (超级人工智能)出售。
另外建了几个QQ技术群:
2、全栈技术群:616945527
2、硬件嵌入式开发: 75764412
3、Go语言交流群:9924600
闲置域名WWW.EXAI.CN (超级人工智能)出售。