Components: radioLastPaymentRule use Segmented
This commit is contained in:
parent
2a863a5f30
commit
ed519aca98
@ -29,7 +29,7 @@ const components: Record<
|
||||
tbxSaleBonus: InputNumber,
|
||||
tbxFirstPaymentPerc: InputNumber,
|
||||
tbxFirstPaymentRub: InputNumber,
|
||||
radioLastPaymentRule: Radio,
|
||||
radioLastPaymentRule: Segmented,
|
||||
tbxLastPaymentPerc: InputNumber,
|
||||
tbxLastPaymentRub: InputNumber,
|
||||
tbxRedemptionPaymentSum: InputNumber,
|
||||
|
||||
@ -23,7 +23,7 @@ export interface ElementsProps {
|
||||
tbxSaleBonus: InputNumberProps;
|
||||
tbxFirstPaymentPerc: InputNumberProps;
|
||||
tbxFirstPaymentRub: InputNumberProps;
|
||||
radioLastPaymentRule: RadioProps;
|
||||
radioLastPaymentRule: SegmentedProps;
|
||||
tbxLastPaymentPerc: InputNumberProps;
|
||||
tbxLastPaymentRub: InputNumberProps;
|
||||
tbxRedemptionPaymentSum: InputNumberProps;
|
||||
|
||||
@ -12,7 +12,7 @@ const defaultOptions: Partial<CalculationOptions> = {
|
||||
value: 100_000_000,
|
||||
},
|
||||
{
|
||||
label: 'в %',
|
||||
label: 'в процентах',
|
||||
value: 100_000_001,
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user