mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 14:06:44 +08:00
签名关键字修改
This commit is contained in:
@@ -68,10 +68,10 @@
|
|||||||
<!-- end -->
|
<!-- end -->
|
||||||
<div class="autograph">
|
<div class="autograph">
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<span>投保人<span v-if="releationType && $route.query.receiveType === '1'">/被保险人</span>亲笔签名:</span>
|
<span>投保人<span v-if="releationType">/被保险人</span>亲笔签名:</span>
|
||||||
<van-button type="danger" size="small" @click="autograph(0)">{{ policyholderSigned ? '已签名' : '未签名' }}</van-button>
|
<van-button type="danger" size="small" @click="autograph(0)">{{ policyholderSigned ? '已签名' : '未签名' }}</van-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="list" v-if="$route.query.receiveType === '1' && !releationType">
|
<div class="list" v-if="!releationType">
|
||||||
<span>被保险人/监护人亲笔签名:</span>
|
<span>被保险人/监护人亲笔签名:</span>
|
||||||
<van-button type="danger" size="small" @click="autograph(1)">{{ insurantSigned ? '已签名' : '未签名' }}</van-button>
|
<van-button type="danger" size="small" @click="autograph(1)">{{ insurantSigned ? '已签名' : '未签名' }}</van-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -283,7 +283,7 @@ export default {
|
|||||||
keyword = '被保险人/监护人签名:'
|
keyword = '被保险人/监护人签名:'
|
||||||
}
|
}
|
||||||
if (personType === 0) {
|
if (personType === 0) {
|
||||||
if (this.releationType && this.$route.query.receiveType === '1') {
|
if (this.releationType) {
|
||||||
keyword = '投保人/被保险人签名:'
|
keyword = '投保人/被保险人签名:'
|
||||||
} else {
|
} else {
|
||||||
keyword = '投保人签名:'
|
keyword = '投保人签名:'
|
||||||
|
|||||||
Reference in New Issue
Block a user