Именования исправлены

This commit is contained in:
goodmice 2021-10-19 12:14:11 +05:00
parent 5d9aeefe38
commit 7f650b0041

View File

@ -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`}>