|
@@ -59,7 +59,7 @@
|
|
|
<el-table-column prop="productName" label="商品名称" align="center" />
|
|
|
<el-table-column prop="productImage" label="商品图片" align="center" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-image :src="scope.row.productImage" />
|
|
|
+ <el-image :src="scope.row.productImage || 'https://www.caimei365.com/img/base/placeholder.png'" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="productType" label="商品属性" align="center">
|