Compare commits

...

1 Commits

Author SHA1 Message Date
zhang.weiwei
5fa35c785d feat-保费试算新增纯文本展示试算因子项【type=5】 2024-10-16 14:16:58 +08:00
2 changed files with 2904 additions and 2726 deletions

File diff suppressed because it is too large Load Diff

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]