修复奖励图片不展示问题
This commit is contained in:
parent
bef654169f
commit
798fa845ea
|
|
@ -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="数量">
|
||||
|
|
|
|||
Loading…
Reference in New Issue