Browse Source

平台端商品管理主图与规格图窜图处理

master
dy-hu 1 year ago
parent
commit
0e4c4c42df
  1. 2
      src/views/renovation/commoditySystem/index.vue

2
src/views/renovation/commoditySystem/index.vue

@ -74,7 +74,7 @@
/>
<el-table-column label="商品主图" width="150" align="center">
<template slot-scope="scope">
<img height="80" width="80" :src="scope.row.image" alt srcset>
<img height="80" width="80" :src="scope.row.productImage" alt srcset>
</template>
</el-table-column>
<el-table-column prop="productName" label="商品名称" width="180" />

Loading…
Cancel
Save