add formatter to fields

This commit is contained in:
vchikalkin 2021-06-03 15:30:31 +03:00
parent 9b8757cc9e
commit 09e324f8e1

View File

@ -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: 'Расчет страховки в ЭЛТ',