forked from ddrilling/asb_cloud_front
Именования исправлены
This commit is contained in:
parent
5d9aeefe38
commit
7f650b0041
@ -45,14 +45,14 @@ export default function WellOperations({idWell}) {
|
|||||||
<Menu.Item key="fact" icon={<TableOutlined />}>
|
<Menu.Item key="fact" icon={<TableOutlined />}>
|
||||||
<Link to={`${rootPath}/fact`}>Факт</Link>
|
<Link to={`${rootPath}/fact`}>Факт</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="dfc" icon={<BarChartOutlined />}>
|
<Menu.Item key="drillProcessFlow" icon={<BarChartOutlined />}>
|
||||||
<Link to={`${rootPath}/dfc`}>РТК</Link>
|
<Link to={`${rootPath}/drillProcessFlow`}>РТК</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="params" icon={<ControlOutlined />}>
|
<Menu.Item key="params" icon={<ControlOutlined />}>
|
||||||
<Link to={`${rootPath}/params`}>Режимы</Link>
|
<Link to={`${rootPath}/params`}>Режимы</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="composite" icon={<DeploymentUnitOutlined />}>
|
<Menu.Item key="composite" icon={<DeploymentUnitOutlined />}>
|
||||||
<Link to={`${rootPath}/composite`}>Композитная скважина</Link>
|
<Link to={`${rootPath}/composite`}>Аналитика</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<ImportExportBar idWell={idWell} disabled={isIEBarDisabled} onImported={onImported}/>
|
<ImportExportBar idWell={idWell} disabled={isIEBarDisabled} onImported={onImported}/>
|
||||||
</Menu>
|
</Menu>
|
||||||
@ -71,7 +71,7 @@ export default function WellOperations({idWell}) {
|
|||||||
<Route path={`${rootPath}/fact`}>
|
<Route path={`${rootPath}/fact`}>
|
||||||
<WellOperationsEditor idWell={idWell} idType={1}/>
|
<WellOperationsEditor idWell={idWell} idType={1}/>
|
||||||
</Route>
|
</Route>
|
||||||
<Route path={`${rootPath}/dfc`}>
|
<Route path={`${rootPath}/drillProcessFlow`}>
|
||||||
<DrillProcessFlow idWell={idWell} />
|
<DrillProcessFlow idWell={idWell} />
|
||||||
</Route>
|
</Route>
|
||||||
<Route path={`${rootPath}/params`}>
|
<Route path={`${rootPath}/params`}>
|
||||||
|
Loading…
Reference in New Issue
Block a user