feat-保费试算新增纯文本展示试算因子项【type=5】

This commit is contained in:
zhang.weiwei
2024-10-16 14:16:58 +08:00
parent e5fc51effa
commit 5fa35c785d
2 changed files with 2904 additions and 2726 deletions

View File

@@ -553,6 +553,9 @@ export default {
item['amt'] = Number(item.minAmt) * Number(item.moneyUnit)
}
}
}else if(item.type==5){
// 单元格用于展示文案从extra中获取
item['showContent'] = item.extra
}
//规则储存
item['rules'] = productTrialInfoDTO[item.code]