|
|
@@ -96,7 +96,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="form.allowDebt == 1">
|
|
|
<view class="tui-title ">欠款额度</view>
|
|
|
- <input v-model="form.allowDebtAmount" @focus="form.allowDebtAmount=''" placeholder-class="phcolor" class="tui-input" name="allowDebtAmount" placeholder="请填写金额" />
|
|
|
+ <input type="number" v-model="form.allowDebtAmount" @focus="form.allowDebtAmount=''" placeholder-class="phcolor" class="tui-input" name="allowDebtAmount" placeholder="请填写金额" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell remark-wrap" :hover="false">
|