2.9.42308.02bug修复
This commit is contained in:
parent
78e08d7c26
commit
ecc2021916
|
|
@ -203,7 +203,7 @@ export default class DefaultSlideForm extends React.Component {
|
|||
return (
|
||||
<WeaInputNumber
|
||||
min={0}
|
||||
precision={3}
|
||||
precision={4}
|
||||
value={text}
|
||||
onChange={v => {
|
||||
this.updateDataSource(record, v, "paymentProportion");
|
||||
|
|
|
|||
Loading…
Reference in New Issue