修复奖励图片不展示问题

This commit is contained in:
YeMingfei666 2024-12-25 13:54:22 +08:00
parent bef654169f
commit 798fa845ea
1 changed files with 5 additions and 5 deletions

View File

@ -20,11 +20,11 @@
</el-table-column>
<el-table-column label="奖励图片">
<template slot-scope="scope">
<el-image
style="width: 50px; height: 50px"
:src="scope.row.img"
:preview-src-list="[scope.row.img]"
></el-image>
<img
style="width: 50px; height: 50px"
v-if="scope.row.img"
:src="scope.row.img"
/>
</template>
</el-table-column>
<el-table-column label="数量">