chang table params
This commit is contained in:
parent
59f3556134
commit
9e565aedd9
@ -50,7 +50,7 @@ const elementsTables: StoreTables<ITableElement> = {
|
||||
},
|
||||
{
|
||||
name: 'insCost',
|
||||
title: 'Стоимость полиса',
|
||||
title: 'Стоимость полиса на 12 мес.',
|
||||
Component: InputNumber,
|
||||
props: {
|
||||
min: '0.00',
|
||||
|
||||
@ -108,11 +108,11 @@ const tableInsurance: ITable = {
|
||||
options: {
|
||||
insured: [
|
||||
{
|
||||
name: 'Лизингополучатель',
|
||||
name: 'ЛП',
|
||||
value: 100000000,
|
||||
},
|
||||
{
|
||||
name: 'Лизингодатель',
|
||||
name: 'ЛД',
|
||||
value: 100000001,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user