审核弹窗多张图片报错问题
This commit is contained in:
@@ -34,9 +34,11 @@
|
||||
<div class="info-item">
|
||||
<label>缴费凭证:</label>
|
||||
<div class="proof-img" v-if="proofType === 'img'">
|
||||
<div class="proof-img-item" v-for="(item, index) in proofInfo.proof.split(',')" :key="index">
|
||||
<img :src="proofSrc(item)">
|
||||
</div>
|
||||
<template v-if="!!proofInfo.proof">
|
||||
<div class="proof-img-item" v-for="(item, index) in proofInfo.proof.split(',')" :key="index">
|
||||
<img :src="proofSrc(item)">
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
<div v-if="proofType==='pdf'">
|
||||
<preview-file :fileId="proofInfo.proof"></preview-file>
|
||||
|
||||
Reference in New Issue
Block a user