Calculation: InsuranceTable column width
This commit is contained in:
parent
dfcbf2e49e
commit
ae713fe6b2
@ -16,6 +16,7 @@ export const columns: ColumnsType<Insurance.Row> = [
|
||||
key: 'insuranceCompany',
|
||||
dataIndex: 'insuranceCompany',
|
||||
title: 'Страховая компания',
|
||||
width: 300,
|
||||
render: (_, record) => {
|
||||
const Component = buildOptionComponent(record.key, Select, 'insuranceCompany');
|
||||
|
||||
@ -35,7 +36,7 @@ export const columns: ColumnsType<Insurance.Row> = [
|
||||
{
|
||||
key: 'insCost',
|
||||
dataIndex: 'insCost',
|
||||
title: 'Стоимость за первый период',
|
||||
title: 'Стоимость за 1-й период',
|
||||
render: (_, record) => {
|
||||
const Component = buildValueComponent(record.key, InputNumber, 'insCost');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user