zhuliu 1 年之前
父節點
當前提交
a21b8f7ed2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/InvalidResponse/components/pictureManage/pictureManage.vue

+ 1 - 1
src/views/report/InvalidResponse/components/pictureManage/pictureManage.vue

@@ -43,7 +43,7 @@
                 
               </div>
               <div v-else >
-                <el-image fit="contain" style="width:200px" :src="$commonJS.checkViewer(scope.row.fileGuid)" fit="contain"></el-image>
+                <el-image fit="contain" style="width:200px" :src="$commonJS.checkViewer(scope.row.fileGuid)" ></el-image>
               </div>
             </template>
           </el-table-column>