|
|
@@ -466,6 +466,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -493,6 +494,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.FileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -573,6 +575,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -606,6 +609,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.FileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -681,6 +685,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|
|
|
@@ -708,6 +713,7 @@
|
|
|
<img
|
|
|
v-else
|
|
|
class="photoStyle" alt=""
|
|
|
+ v-if="fileurlcut(scope.row.FileUrl, index)"
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
:key="index">
|
|
|
</div>
|