mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
Merge branch 'dev_product' into dev
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
class="ml10"
|
||||
@change="stepperChange(item.calFactorLst[riskFactorIndex].defaultValue, index, riskFactorIndex)"
|
||||
input-width="100"
|
||||
:integer="true"
|
||||
:integer="false"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,7 +75,7 @@
|
||||
)
|
||||
"
|
||||
input-width="100"
|
||||
:integer="true"
|
||||
:integer="false"
|
||||
/>
|
||||
<van-checkbox
|
||||
v-model="dutyItem.necess"
|
||||
@@ -106,7 +106,10 @@
|
||||
<van-field v-model="policyNo" clearable label="关联保单号" name="关联保单号" maxlength="20" placeholder="请输入保单号" />
|
||||
</div>
|
||||
<div class="flex justify-content-s pv10 border-bottom prem">
|
||||
<span style="font-weight:bold" v-if="trialList.length > 0 && trialList[index].trialType == 0 || trialList.length>0 && trialList[index].trialType == 2">
|
||||
<span
|
||||
style="font-weight:bold"
|
||||
v-if="(trialList.length > 0 && trialList[index].trialType == 0) || (trialList.length > 0 && trialList[index].trialType == 2)"
|
||||
>
|
||||
首期保费(元):
|
||||
</span>
|
||||
<span style="font-weight:bold" v-else>
|
||||
|
||||
Reference in New Issue
Block a user