|
@@ -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>
|