修复奖励图片不展示问题
This commit is contained in:
@@ -20,11 +20,11 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="奖励图片">
|
<el-table-column label="奖励图片">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-image
|
<img
|
||||||
style="width: 50px; height: 50px"
|
style="width: 50px; height: 50px"
|
||||||
|
v-if="scope.row.img"
|
||||||
:src="scope.row.img"
|
:src="scope.row.img"
|
||||||
:preview-src-list="[scope.row.img]"
|
/>
|
||||||
></el-image>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="数量">
|
<el-table-column label="数量">
|
||||||
|
|||||||
Reference in New Issue
Block a user