mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 13:56:44 +08:00
ios的版本用系统默认的输入法不能输入小数点
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<!-- {{ riskFactorIndex }} -->
|
<!-- {{ riskFactorIndex }} -->
|
||||||
<!-- {{defalutAmt}} -->
|
<!-- {{defalutAmt}} -->
|
||||||
<van-stepper
|
<van-stepper
|
||||||
v-model="item.calFactorLst[riskFactorIndex].displayAmount"
|
v-model.number="item.calFactorLst[riskFactorIndex].displayAmount"
|
||||||
:min="riskFactor.minAmt || riskFactor.minPrem"
|
:min="riskFactor.minAmt || riskFactor.minPrem"
|
||||||
:max="riskFactor.maxAmt || riskFactor.maxPrem"
|
:max="riskFactor.maxAmt || riskFactor.maxPrem"
|
||||||
:show-plus="false"
|
:show-plus="false"
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<span v-else class="fs14">{{ riskFactor.name }} </span>
|
<span v-else class="fs14">{{ riskFactor.name }} </span>
|
||||||
<van-stepper
|
<van-stepper
|
||||||
v-model="item.productTrialYearDTOS[payEndYearColumnsIndex].displayAmount"
|
v-model.number="item.productTrialYearDTOS[payEndYearColumnsIndex].displayAmount"
|
||||||
:min="item.productTrialYearDTOS[payEndYearColumnsIndex].minAmt || item.productTrialYearDTOS[payEndYearColumnsIndex].minPrem"
|
:min="item.productTrialYearDTOS[payEndYearColumnsIndex].minAmt || item.productTrialYearDTOS[payEndYearColumnsIndex].minPrem"
|
||||||
:max="item.productTrialYearDTOS[payEndYearColumnsIndex].maxAmt || item.productTrialYearDTOS[payEndYearColumnsIndex].maxPrem"
|
:max="item.productTrialYearDTOS[payEndYearColumnsIndex].maxAmt || item.productTrialYearDTOS[payEndYearColumnsIndex].maxPrem"
|
||||||
:show-plus="false"
|
:show-plus="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user