master
tanyp 2023-08-14 16:52:53 +08:00
parent e78dd9a86b
commit 2f4578b196
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<el-table-column v-else-if="item.type == 'image' && !item.isShow" <el-table-column v-else-if="item.type == 'image' && !item.isShow"
:label="item.label" :align="item.align != null ? item.align : 'center'" :width="item.width"> :label="item.label" :align="item.align != null ? item.align : 'center'" :width="item.width">
<template #default="scope"> <template #default="scope">
<el-image :src="scope.row[item.prop]" :preview-src-list="[scope.row[item.prop]]" :z-index="9999" fit="cover" style="width: 50px; height: 50px"/> <el-image :src="scope.row[item.prop]" :preview-src-list="[scope.row[item.prop]]" preview-teleported fit="cover" style="width: 50px; height: 50px"/>
</template> </template>
</el-table-column> </el-table-column>
<!-- el-rate --> <!-- el-rate -->