|
|
@@ -91,7 +91,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div class="table-cell-con">
|
|
|
<div class="table-cell-image">
|
|
|
- <img v-if="scope.row.pic" :src="scope.row.pic" @error="handlePicError" :alt="scope.row.prodName">
|
|
|
+ <img v-if="scope.row.pic" :src="resourcesUrl + scope.row.pic" @error="handlePicError" :alt="scope.row.prodName">
|
|
|
<img v-else src="~@/assets/img/def.png" :alt="scope.row.prodName">
|
|
|
</div>
|
|
|
<span class="table-cell-text">{{ scope.row.prodName }}</span>
|