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 />}>
|
||||
<Link to={`${rootPath}/fact`}>Факт</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="dfc" icon={<BarChartOutlined />}>
|
||||
<Link to={`${rootPath}/dfc`}>РТК</Link>
|
||||
<Menu.Item key="drillProcessFlow" icon={<BarChartOutlined />}>
|
||||
<Link to={`${rootPath}/drillProcessFlow`}>РТК</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="params" icon={<ControlOutlined />}>
|
||||
<Link to={`${rootPath}/params`}>Режимы</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="composite" icon={<DeploymentUnitOutlined />}>
|
||||
<Link to={`${rootPath}/composite`}>Композитная скважина</Link>
|
||||
<Link to={`${rootPath}/composite`}>Аналитика</Link>
|
||||
</Menu.Item>
|
||||
<ImportExportBar idWell={idWell} disabled={isIEBarDisabled} onImported={onImported}/>
|
||||
</Menu>
|
||||
@ -71,7 +71,7 @@ export default function WellOperations({idWell}) {
|
||||
<Route path={`${rootPath}/fact`}>
|
||||
<WellOperationsEditor idWell={idWell} idType={1}/>
|
||||
</Route>
|
||||
<Route path={`${rootPath}/dfc`}>
|
||||
<Route path={`${rootPath}/drillProcessFlow`}>
|
||||
<DrillProcessFlow idWell={idWell} />
|
||||
</Route>
|
||||
<Route path={`${rootPath}/params`}>
|
||||
|
Loading…
Reference in New Issue
Block a user