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