From 6d46c8cb82a37574a3ae1e00ad596d81f309f20b Mon Sep 17 00:00:00 2001 From: KharchenkoVV Date: Wed, 28 Jul 2021 14:27:14 +0500 Subject: [PATCH] =?UTF-8?q?CF2-39:=20=D0=92=20=D0=BD=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D1=85=20=D0=B0=D0=B1=D1=81=D0=BE=D0=BB=D1=8E=D1=82=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D0=BF=D1=83=D1=82=D1=8F=D1=85=20=D0=BC=D0=B0=D1=80?= =?UTF-8?q?=D1=88=D1=80=D1=83=D1=82=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B8=D1=85=20=D0=BE=D0=B1=D1=89=D0=B0=D1=8F=20=D1=87=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=B2=D1=8B=D0=BD=D0=B5=D1=81=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MenuDocuments.jsx | 18 +++++++++-------- src/pages/Well.jsx | 33 ++++++++++++++++---------------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/src/components/MenuDocuments.jsx b/src/components/MenuDocuments.jsx index 3c585f1..9c0d825 100644 --- a/src/components/MenuDocuments.jsx +++ b/src/components/MenuDocuments.jsx @@ -11,6 +11,8 @@ export default function MenuDocuments() { let { id } = useParams() let currentPath = useLocation().pathname + const rootPath = `/well/${id}` + const [selectedElement, setSelectedElement] = useState('fluidService') useEffect(() => { @@ -27,28 +29,28 @@ export default function MenuDocuments() { selectedKeys={[selectedElement]} > }> - Растворный сервис + Растворный сервис }> - Цементирование + Цементирование }> - ННБ + ННБ }> - ГТИ + ГТИ }> - Документы по скважине + Документы по скважине }> - Супервайзер + Супервайзер }> - Мастер + Мастер }> - Последние данные + Последние данные diff --git a/src/pages/Well.jsx b/src/pages/Well.jsx index 79cb2f4..8e8ff19 100644 --- a/src/pages/Well.jsx +++ b/src/pages/Well.jsx @@ -14,6 +14,7 @@ const { Content } = Layout export default function Well() { let { id } = useParams() + const rootPath = `/well/${id}` const {SubMenu} = Menu @@ -25,25 +26,25 @@ export default function Well() { className="well_menu" > }> - Мониторинг + Мониторинг }> - Сообщения + Сообщения }> - Рапорт + Рапорт }> - Анализ + Анализ }> - Операции по скважине + Операции по скважине }> - Файлы + Файлы }> - Архив + Архив }> - Растворный сервис + Растворный сервис }> - Цементирование + Цементирование }> - ННБ + ННБ }> - ГТИ + ГТИ }> - Документы по скважине + Документы по скважине }> - Супервайзер + Супервайзер }> - Мастер + Мастер }> - Последние данные + Последние данные @@ -106,7 +107,7 @@ export default function Well() { - +