From b6b7a0bc434f7af8762cd3acc47ea433035031b8 Mon Sep 17 00:00:00 2001 From: goodmice Date: Tue, 12 Oct 2021 11:15:45 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{WellOpeationsModes.jsx => WellOpeationsParams.jsx} | 2 +- src/pages/WellOperations/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/pages/WellOperations/{WellOpeationsModes.jsx => WellOpeationsParams.jsx} (98%) diff --git a/src/pages/WellOperations/WellOpeationsModes.jsx b/src/pages/WellOperations/WellOpeationsParams.jsx similarity index 98% rename from src/pages/WellOperations/WellOpeationsModes.jsx rename to src/pages/WellOperations/WellOpeationsParams.jsx index 42850df..5e7ab22 100644 --- a/src/pages/WellOperations/WellOpeationsModes.jsx +++ b/src/pages/WellOperations/WellOpeationsParams.jsx @@ -14,7 +14,7 @@ import { dictionarySectionType, getByKeyOrReturnKey } from './dictionary' const basePageSize = 160; -export const WellOpeationsModes = ({idWell}) => { +export const WellOpeationsParams = ({idWell}) => { const [pageNumAndPageSize, setPageNumAndPageSize] = useState({current:1, pageSize:basePageSize}) const [paginationTotal, setPaginationTotal] = useState(0) const [params, setParams] = useState([]) diff --git a/src/pages/WellOperations/index.jsx b/src/pages/WellOperations/index.jsx index d23b2dc..11c289f 100644 --- a/src/pages/WellOperations/index.jsx +++ b/src/pages/WellOperations/index.jsx @@ -56,7 +56,7 @@ export default function WellOperations({idWell}) { - +