mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 05:26:43 +08:00
Compare commits
3 Commits
hotfix/【20
...
feature/FM
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b55dcd7b95 | ||
|
|
fdef77c594 | ||
|
|
25ad7a7cb6 |
@@ -3777,6 +3777,14 @@ export default {
|
||||
{
|
||||
code: "GFRS_M0073__cashValue",
|
||||
label: "元"
|
||||
},
|
||||
{
|
||||
code: "specMajorDiseaseInsurance",
|
||||
label: "元"
|
||||
},
|
||||
{
|
||||
code: "expireSurvivalInsurance",
|
||||
label: "元"
|
||||
}
|
||||
],
|
||||
// 卡单与短期险重新投保选择职业类别时,两个模块职业类型数据的排序不同,创建这个数据字典,用于在选择职业类别时,作为一个参数传入组件,
|
||||
|
||||
@@ -457,7 +457,7 @@ export default {
|
||||
}
|
||||
},
|
||||
showDutyDetailExplain(dutyDetailExplain) {
|
||||
return dutyDetailExplain.replace(/\.00/, '') + '。'
|
||||
return dutyDetailExplain.replace(/\.00/g, '') + '。'
|
||||
},
|
||||
/* 添加定时器 */
|
||||
timeOut() {
|
||||
|
||||
Reference in New Issue
Block a user