bug-足迹收藏图片不显示
This commit is contained in:
@ -46,7 +46,7 @@
|
|||||||
<el-table-column v-if="columns.visible('product')" prop="product.storeName" label="商品名称" />
|
<el-table-column v-if="columns.visible('product')" prop="product.storeName" label="商品名称" />
|
||||||
<el-table-column ref="table" prop="product.image" label="商品图片">
|
<el-table-column ref="table" prop="product.image" label="商品图片">
|
||||||
<template slot-scope="scope">
|
<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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="type" label="类型">
|
<el-table-column prop="type" label="类型">
|
||||||
|
Reference in New Issue
Block a user