소스 검색

工时管家——异常统计图片显示

ZhouRuiTing 5 년 전
부모
커밋
0313929c6a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/desktop/unusual.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/desktop/unusual.vue

@@ -20,9 +20,9 @@
         </el-table-column>
         <el-table-column label="图片" width="200">
             <template slot-scope="scope">
-                <el-image :src="scope.row.picUrl" :preview-src-list="getSrcList(index)" lazy>
+                <el-image :src="scope.row.picUrl" :preview-src-list="getSrcList(index)">
                     <div slot="error" class="image-slot">
-                        <el-image :src="require('../../assets/image/noPic.png')" class="image" lazy></el-image>
+                        <el-image :src="require('../../assets/image/noPic.png')" class="image"></el-image>
                     </div>
                 </el-image>
             </template>