Settings: beautify

This commit is contained in:
Chika 2022-07-08 15:42:14 +03:00
parent eaebf4f02a
commit e1fbef3d66
2 changed files with 5 additions and 1 deletions

View File

@ -306,6 +306,8 @@ const props: Partial<ElementsProps> = {
max: 500,
step: 0.0001,
precision: 6,
addonAfter: '%',
},
linkDownloadKp: {
type: 'primary',
@ -328,6 +330,8 @@ const props: Partial<ElementsProps> = {
min: 0,
step: 1000,
precision: 2,
addonAfter: '₽',
},
tbxVehicleTaxInYear: {
min: 0,

View File

@ -31,7 +31,7 @@ const titles: Record<ValuesElements | ActionElements, string> = {
tbxComissionPerc: 'Комиссия, %',
tbxComissionRub: 'Комиссия, руб.',
tbxSaleBonus: 'Размер бонуса МПЛ',
tbxIRR_Perc: 'IRR, %',
tbxIRR_Perc: 'IRR',
selectLeaseObjectType: 'Тип предмета лизинга',
radioDeliveryTime: 'Срок поставки',
tbxLeaseObjectCount: 'Кол-во ПЛ в расчете',