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