add formatter to fields
This commit is contained in:
parent
9b8757cc9e
commit
09e324f8e1
@ -336,6 +336,8 @@ const elementsProps: TElements<ElementProps> = {
|
||||
min: '0.0000',
|
||||
max: '500.0000',
|
||||
step: '0.0001',
|
||||
precision: 6,
|
||||
formatter: formatNumber,
|
||||
},
|
||||
linkDownloadKp: {
|
||||
type: 'primary',
|
||||
@ -361,6 +363,7 @@ const elementsProps: TElements<ElementProps> = {
|
||||
min: 0,
|
||||
step: 1000,
|
||||
precision: 2,
|
||||
formatter: formatNumber,
|
||||
},
|
||||
componentElt: {
|
||||
title: 'Расчет страховки в ЭЛТ',
|
||||
|
||||
Reference in New Issue
Block a user