diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index 02e09a9c1..2b67eaab1 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -102,6 +102,7 @@
{{ riskFactor.name }}
@@ -2442,6 +2444,11 @@ export default {
})
}
})
+ result.push({
+ amt: "100000.00",
+ dutyCode: "jhblxbase21",
+ dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))"
+ })
trialInfo.duty = result
}
})
@@ -3434,4 +3441,25 @@ export default {
border: 1px solid red;
}
}
+
+.checked {
+ color: #fff !important;
+ background-color: #E9332E !important;
+ border-color: #E9332E;
+}
+/deep/ .van-icon {
+ border-color: #e9332e;
+ color: #fff !important;
+}
+.duty {
+ position: relative;
+}
+.zhe {
+ width: 30px;
+ height: 30px;
+ position: absolute;
+ top: 24.66667vw;
+ right: -4px;
+ z-index: 9;
+}