回款金额输入框数字类型
This commit is contained in:
parent
0223f8922b
commit
5d6a735402
@ -108,7 +108,7 @@
|
|||||||
<template #header> <span class="hl-table_header">*</span>回款金额 </template>
|
<template #header> <span class="hl-table_header">*</span>回款金额 </template>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-form-item prop="cgYishou" >
|
<el-form-item prop="cgYishou" >
|
||||||
<el-input v-model="scope.row.cgYishou" placeholder="请输入回款金额" @change="sum" :disabled="scope.row.id" />
|
<el-input v-model="scope.row.cgYishou" type="number" placeholder="请输入回款金额" @change="sum" :disabled="scope.row.id" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
Loading…
Reference in New Issue
Block a user