From 5d9aeefe38150ecd05012570b25b37b62ffdfec2 Mon Sep 17 00:00:00 2001 From: goodmice Date: Tue, 19 Oct 2021 10:08:32 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D1=80=D1=8F=D0=B4=D1=87?= =?UTF-8?q?=D0=B8=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20=D0=B2=20=D1=83=D1=87?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Cluster/ClusterWells.jsx | 2 +- .../WellCompositeEditor/WellCompositeSections.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Cluster/ClusterWells.jsx b/src/pages/Cluster/ClusterWells.jsx index 8d3a053..f2a0020 100644 --- a/src/pages/Cluster/ClusterWells.jsx +++ b/src/pages/Cluster/ClusterWells.jsx @@ -121,7 +121,7 @@ export default function ClusterWells({statsWells}) { align: 'center' }, { - title: 'Подрядчики', + title: 'Участники', key: 'companies', dataIndex: 'companies', render: (item) => item?.map((company) => {company.caption}) ?? '-', diff --git a/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx b/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx index 9fac449..8c27c8c 100644 --- a/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx +++ b/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx @@ -147,7 +147,7 @@ export const WellCompositeSections = ({idWell, statsWells, selectedSections}) => align: 'center' }, { - title: 'Подрядчики', + title: 'Участники', dataIndex: 'companies', render: (item) => item?.map((company) => {company.caption}),