|
|
@@ -256,7 +256,7 @@
|
|
|
:zoom-rate="1.2"
|
|
|
:preview-src-list="[scope.row.materialsTypePicture]"
|
|
|
:initial-index="1"
|
|
|
- fit="cover"
|
|
|
+
|
|
|
>
|
|
|
</el-image>
|
|
|
<i class="el-icon-zoom-in" id="eyeicon"></i>
|
|
|
@@ -462,7 +462,7 @@
|
|
|
:zoom-rate="1.2"
|
|
|
:preview-src-list="[form.materialsTypePicture]"
|
|
|
:initial-index="1"
|
|
|
- fit="cover"
|
|
|
+
|
|
|
>
|
|
|
</el-image>
|
|
|
<i class="el-icon-zoom-in" id="eyeicon"></i>
|
|
|
@@ -561,6 +561,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<img
|
|
|
+ style
|
|
|
v-if="scope.row.materialsTypePicture"
|
|
|
:src="scope.row.materialsTypePicture"
|
|
|
alt=""
|