|
@@ -53,7 +53,7 @@
|
53
|
53
|
</el-table-column>
|
54
|
54
|
<el-table-column label="图片" width="300">
|
55
|
55
|
<template slot-scope="scope">
|
56
|
|
- <img :src="(scope.row.Images[0] || {}).ImgUrl" style="width:200px;" />
|
|
56
|
+ <img :src="((scope.row.Images || [])[0] || {}).ImgUrl" style="width:200px;" />
|
57
|
57
|
</template>
|
58
|
58
|
</el-table-column>
|
59
|
59
|
<el-table-column prop="Price" label="价格">
|