소스 검색

no message

linwenxin 1 년 전
부모
커밋
47a5d4f2e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/secondHandMall/orderManagement/details.vue

+ 1 - 1
src/views/secondHandMall/orderManagement/details.vue

@@ -184,7 +184,7 @@
                 <el-table-column prop="price" label="收款金额" align="center"></el-table-column>
                 <el-table-column prop="fileUrl" label="收款凭证" min-width="200">
                   <template slot-scope="scope">
-                    <el-image style="width: 40px; height: 40px" :src="scope.row.fileUrl">
+                    <el-image v-if="scope.row.fileUrl" style="width: 40px; height: 40px" :src="scope.row.fileUrl">
                       <div slot="error" class="image-slot">
                         <i class="el-icon-picture-outline"></i>
                       </div>