签名关键字修改

This commit is contained in:
mengxiaolong
2020-09-10 10:44:31 +08:00
parent 9a3231441c
commit f93cbf7ec5

View File

@@ -271,7 +271,7 @@ export default {
name, name,
type: '1', type: '1',
number, number,
keyword: personType === 0 ? '投保人签名:' : '被保人签名:', keyword: personType === 0 ? '投保人签名:' : '被保人签名:',
pageNo: '1', pageNo: '1',
index: 1, index: 1,
offset: 20, offset: 20,
@@ -296,7 +296,7 @@ export default {
if (personType === 0) { if (personType === 0) {
this.toAirSign('0', '投保人签名:', '10', '2', personType) this.toAirSign('0', '投保人签名:', '10', '2', personType)
} else { } else {
this.toAirSign('0', '被保人签名:', '10', '2', personType) this.toAirSign('0', '被保人签名:', '10', '2', personType)
} }
} }
}, },