diff --git a/src/client/Containers/Calculation/lib/elements/elementsProps.ts b/src/client/Containers/Calculation/lib/elements/elementsProps.ts index 86fb4ec..e9afc6b 100644 --- a/src/client/Containers/Calculation/lib/elements/elementsProps.ts +++ b/src/client/Containers/Calculation/lib/elements/elementsProps.ts @@ -336,6 +336,8 @@ const elementsProps: TElements = { min: '0.0000', max: '500.0000', step: '0.0001', + precision: 6, + formatter: formatNumber, }, linkDownloadKp: { type: 'primary', @@ -361,6 +363,7 @@ const elementsProps: TElements = { min: 0, step: 1000, precision: 2, + formatter: formatNumber, }, componentElt: { title: 'Расчет страховки в ЭЛТ',