admin/src/views/business/platformGoods.vue
@@ -72,7 +72,7 @@ @selection-change="handleSelectionChange" > <el-table-column type="selection" width="55"></el-table-column> <el-table-column prop="imgurl" label="商品信息" min-width="80px"> <el-table-column prop="imgurl" label="商品主图" min-width="80px"> <template slot-scope="{row}"> <el-image style="width: 50px;height: 50px;" v-if="row.imgurl && row.imgurl!=''" :src="row.resourcePath+row.imgurl" :preview-src-list="[row.resourcePath+row.imgurl]"></el-image> </template>