bug-足迹收藏图片不显示

This commit is contained in:
xuwenbo
2020-09-04 11:01:08 +08:00
parent b6f9923618
commit 453f1ed0ee

View File

@ -46,7 +46,7 @@
<el-table-column v-if="columns.visible('product')" prop="product.storeName" label="商品名称" />
<el-table-column ref="table" prop="product.image" label="商品图片">
<template slot-scope="scope">
<a :href="scope.row.image" style="color: #42b983" target="_blank"><img :src="scope.row.image" alt="点击打开" class="el-avatar"></a>
<a :href="scope.row.product.image" style="color: #42b983" target="_blank"><img :src="scope.row.product.image" alt="点击打开" class="el-avatar"></a>
</template>
</el-table-column>
<el-table-column prop="type" label="类型">