Browse Source

no message

linwenxin 1 year ago
parent
commit
47a5d4f2e7
1 changed files with 1 additions and 1 deletions
  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>