forked from ddrilling/asb_cloud_front
"Дело скважины" добавлено в меню
This commit is contained in:
parent
fc5b7d217a
commit
c387ded5ce
@ -17,6 +17,7 @@ import { WellService } from '@api'
|
||||
|
||||
import Measure from './Measure'
|
||||
import Reports from './Reports'
|
||||
import WellCase from './WellCase'
|
||||
import Analytics from './Analytics'
|
||||
import Documents from './Documents'
|
||||
import Telemetry from './Telemetry'
|
||||
@ -68,6 +69,7 @@ const Well = memo(() => {
|
||||
<PrivateMenu.Link content={Documents} icon={<FolderOutlined />} />
|
||||
<PrivateMenu.Link content={Measure} icon={<ExperimentOutlined />} />
|
||||
<PrivateMenu.Link content={DrillingProgram} icon={<FolderOutlined />} />
|
||||
<PrivateMenu.Link content={WellCase} icon={<FolderOutlined />} />
|
||||
</PrivateMenu>
|
||||
|
||||
<WellContext.Provider value={[well, updateWell]}>
|
||||
@ -84,6 +86,7 @@ const Well = memo(() => {
|
||||
<Route path={Documents.route} element={<Documents />} />
|
||||
<Route path={Measure.route} element={<Measure />} />
|
||||
<Route path={DrillingProgram.route} element={<DrillingProgram />} />
|
||||
<Route path={WellCase.route} element={<WellCase />} />
|
||||
</Routes>
|
||||
</Content>
|
||||
</Layout>
|
||||
|
Loading…
Reference in New Issue
Block a user