|
|
@@ -621,6 +621,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -654,6 +655,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.FileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|