Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/admin into dev

许成详 6 years ago
parent
commit
0b672f6c6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/system/goodsManager/goodManager/index.vue

+ 1
- 1
src/pages/system/goodsManager/goodManager/index.vue View File

@@ -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="价格">