Calculation/config: increase Min/Max PriceChange
This commit is contained in:
parent
caeb304d15
commit
802885e726
@ -429,7 +429,7 @@ const props: Partial<ElementsProps> = {
|
||||
},
|
||||
tbxMaxPriceChange: {
|
||||
min: 0,
|
||||
max: 34_999_990,
|
||||
max: 100_000_000,
|
||||
step: 10_000,
|
||||
parser,
|
||||
formatter,
|
||||
@ -439,7 +439,7 @@ const props: Partial<ElementsProps> = {
|
||||
},
|
||||
tbxMinPriceChange: {
|
||||
min: 0,
|
||||
max: 34_999_990,
|
||||
max: 100_000_000,
|
||||
step: 10_000,
|
||||
parser,
|
||||
formatter,
|
||||
|
||||
@ -93,7 +93,7 @@ const titles: Record<ActionElements | ValuesElements, string> = {
|
||||
selectTarif: 'Тариф',
|
||||
tbxCreditRate: 'Ставка привлечения, %',
|
||||
selectRate: 'Ставка привлечения',
|
||||
tbxMaxPriceChange: 'Макс.возможное изменение стоимости ПЛ',
|
||||
tbxMaxPriceChange: 'Макс. возможное изменение стоимости ПЛ',
|
||||
tbxImporterRewardPerc: 'АВ импортера, %',
|
||||
tbxImporterRewardRub: 'АВ импортера, руб.',
|
||||
cbxDisableChecks: 'Отключить все проверки',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user