签名关键字修改

This commit is contained in:
mengxiaolong
2020-09-21 17:04:35 +08:00
parent ccb4265a66
commit de96cd84ec

View File

@@ -280,8 +280,12 @@ export default {
let number = personType === 0 ? this.problemInfo.appntIdCardNo : this.problemInfo.insuredIdCardNo
let keyword = ''
if (personType === 1) {
if (this.releationType) {
keyword = '投保人/被保险人签名:'
} else {
keyword = '被保险人/监护人签名:'
}
}
if (personType === 0) {
if (this.releationType && this.$route.params.receiveType === '1') {
keyword = '投保人/被保险人签名:'