Components: radioLastPaymentRule use Segmented

This commit is contained in:
Chika 2022-06-03 17:26:02 +03:00
parent 2a863a5f30
commit ed519aca98
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ const components: Record<
tbxSaleBonus: InputNumber,
tbxFirstPaymentPerc: InputNumber,
tbxFirstPaymentRub: InputNumber,
radioLastPaymentRule: Radio,
radioLastPaymentRule: Segmented,
tbxLastPaymentPerc: InputNumber,
tbxLastPaymentRub: InputNumber,
tbxRedemptionPaymentSum: InputNumber,

View File

@ -23,7 +23,7 @@ export interface ElementsProps {
tbxSaleBonus: InputNumberProps;
tbxFirstPaymentPerc: InputNumberProps;
tbxFirstPaymentRub: InputNumberProps;
radioLastPaymentRule: RadioProps;
radioLastPaymentRule: SegmentedProps;
tbxLastPaymentPerc: InputNumberProps;
tbxLastPaymentRub: InputNumberProps;
tbxRedemptionPaymentSum: InputNumberProps;

View File

@ -12,7 +12,7 @@ const defaultOptions: Partial<CalculationOptions> = {
value: 100_000_000,
},
{
label: %',
label: процентах',
value: 100_000_001,
},
],