到账开票优化
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<!-- 标协会员、证书的缴费凭证类型根据paymentMethod字段决定:1--图片;2--pdf;3--没有凭证 -->
|
||||
<!-- proofType处理过的缴费凭证类型:img--图片;pdf--pdf;none--无缴费凭证 -->
|
||||
<div class="info-item">
|
||||
<label>缴费凭证:</label>
|
||||
<label>{{proofType==='pdf' ? '打包协议' : '缴费凭证'}}:</label>
|
||||
<div class="proof-img" v-if="proofType === 'img'">
|
||||
<template v-if="proofInfo.proof && proofInfo.proof !== ''">
|
||||
<div class="proof-img-item" v-for="(item, index) in proofInfo.proof.split(',')" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user