到账开票-审核
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="info-item">
|
||||
<label>缴费凭证:</label>
|
||||
<div class="proof-img" v-if="proofType === 'img'">
|
||||
<template v-if="!!proofInfo.proof">
|
||||
<template v-if="proofInfo.proof && proofInfo.proof !== ''">
|
||||
<div class="proof-img-item" v-for="(item, index) in proofInfo.proof.split(',')" :key="index">
|
||||
<img :src="proofSrc(item)">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user