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