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'
|
||||
},
|
||||
{
|
||||
title: 'Подрядчики',
|
||||
title: 'Участники',
|
||||
key: 'companies',
|
||||
dataIndex: 'companies',
|
||||
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'
|
||||
},
|
||||
{
|
||||
title: 'Подрядчики',
|
||||
title: 'Участники',
|
||||
dataIndex: 'companies',
|
||||
render: (item) =>
|
||||
item?.map((company) => <Tag key={company.caption} color={'blue'}>{company.caption}</Tag>),
|
||||
|
Loading…
Reference in New Issue
Block a user