forked from ddrilling/asb_cloud_front
подрядчики переименованы в участников
This commit is contained in:
parent
4e78347c60
commit
5d9aeefe38
@ -121,7 +121,7 @@ export default function ClusterWells({statsWells}) {
|
|||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Подрядчики',
|
title: 'Участники',
|
||||||
key: 'companies',
|
key: 'companies',
|
||||||
dataIndex: 'companies',
|
dataIndex: 'companies',
|
||||||
render: (item) => item?.map((company) => <Tag key={company.caption} color='blue'>{company.caption}</Tag>) ?? '-',
|
render: (item) => item?.map((company) => <Tag key={company.caption} color='blue'>{company.caption}</Tag>) ?? '-',
|
||||||
|
@ -147,7 +147,7 @@ export const WellCompositeSections = ({idWell, statsWells, selectedSections}) =>
|
|||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Подрядчики',
|
title: 'Участники',
|
||||||
dataIndex: 'companies',
|
dataIndex: 'companies',
|
||||||
render: (item) =>
|
render: (item) =>
|
||||||
item?.map((company) => <Tag key={company.caption} color={'blue'}>{company.caption}</Tag>),
|
item?.map((company) => <Tag key={company.caption} color={'blue'}>{company.caption}</Tag>),
|
||||||
|
Loading…
Reference in New Issue
Block a user