mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 16:46:43 +08:00
签名关键字修改
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user