修复奖励图片不展示问题
This commit is contained in:
parent
bef654169f
commit
798fa845ea
|
|
@ -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"
|
||||||
:src="scope.row.img"
|
v-if="scope.row.img"
|
||||||
:preview-src-list="[scope.row.img]"
|
:src="scope.row.img"
|
||||||
></el-image>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="数量">
|
<el-table-column label="数量">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue