mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 05:26:45 +08:00
feat-保费试算新增纯文本展示试算因子项【type=5】
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -553,6 +553,9 @@ export default {
|
|||||||
item['amt'] = Number(item.minAmt) * Number(item.moneyUnit)
|
item['amt'] = Number(item.minAmt) * Number(item.moneyUnit)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}else if(item.type==5){
|
||||||
|
// 单元格,用于展示文案,从extra中获取
|
||||||
|
item['showContent'] = item.extra
|
||||||
}
|
}
|
||||||
//规则储存
|
//规则储存
|
||||||
item['rules'] = productTrialInfoDTO[item.code]
|
item['rules'] = productTrialInfoDTO[item.code]
|
||||||
|
|||||||
Reference in New Issue
Block a user