Settings: beautify
This commit is contained in:
parent
eaebf4f02a
commit
e1fbef3d66
@ -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,
|
||||
|
||||
@ -31,7 +31,7 @@ const titles: Record<ValuesElements | ActionElements, string> = {
|
||||
tbxComissionPerc: 'Комиссия, %',
|
||||
tbxComissionRub: 'Комиссия, руб.',
|
||||
tbxSaleBonus: 'Размер бонуса МПЛ',
|
||||
tbxIRR_Perc: 'IRR, %',
|
||||
tbxIRR_Perc: 'IRR',
|
||||
selectLeaseObjectType: 'Тип предмета лизинга',
|
||||
radioDeliveryTime: 'Срок поставки',
|
||||
tbxLeaseObjectCount: 'Кол-во ПЛ в расчете',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user