修改
This commit is contained in:
parent
84e2fb8631
commit
cdf7830c88
@ -322,7 +322,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="scope.row.commissionAmount"
|
v-model="scope.row.commissionAmount"
|
||||||
maxlength="300"
|
maxlength="8"
|
||||||
placeholder="最多小数点后两位(元)"
|
placeholder="最多小数点后两位(元)"
|
||||||
@focus="commissionAmountinput(scope.row)"
|
@focus="commissionAmountinput(scope.row)"
|
||||||
type="number"
|
type="number"
|
||||||
@ -335,7 +335,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="scope.row.commissionRate"
|
v-model="scope.row.commissionRate"
|
||||||
maxlength="300"
|
maxlength="4"
|
||||||
@focus="commissionRateoninput(scope.row)"
|
@focus="commissionRateoninput(scope.row)"
|
||||||
placeholder="最多小数点后两位(%)"
|
placeholder="最多小数点后两位(%)"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user