forked from ddrilling/asb_cloud_front
Весь не доделаный код перенесен в папку concept
This commit is contained in:
parent
fbd98134ea
commit
3077ffabcf
@ -1,6 +1,6 @@
|
||||
import { AnalysisDepthToDay } from '../components/AnalysisDepthToDay'
|
||||
import { AnalysisDepthToInterval } from '../components/AnalysisDepthToInterval'
|
||||
import { AnalysisOperationTime } from '../components/AnalysisOperationTime'
|
||||
import { AnalysisDepthToDay } from '../src/components/AnalysisDepthToDay'
|
||||
import { AnalysisDepthToInterval } from '../src/components/AnalysisDepthToInterval'
|
||||
import { AnalysisOperationTime } from '../src/components/AnalysisOperationTime'
|
||||
import { Row, Col } from 'antd'
|
||||
|
||||
export default function Analysis({idWell}) {
|
@ -1,9 +1,9 @@
|
||||
import LoaderPortal from '../components/LoaderPortal'
|
||||
import LoaderPortal from '../src/components/LoaderPortal'
|
||||
import { useState, useEffect } from "react";
|
||||
import {makeColumn, makeColumnsPlanFact, RegExpIsFloat} from '../components/factory'
|
||||
import {WellSectionService} from '../services/api'
|
||||
import {invokeWebApiWrapperAsync} from '../components/factory'
|
||||
import { EditableTable } from '../components/EditableTable';
|
||||
import {makeColumn, makeColumnsPlanFact, RegExpIsFloat} from '../src/components/factory'
|
||||
import {WellSectionService} from '../src/services/api'
|
||||
import {invokeWebApiWrapperAsync} from '../src/components/factory'
|
||||
import { EditableTable } from '../src/components/EditableTable';
|
||||
import { Input } from 'antd'
|
||||
|
||||
const TypeSelector = <Input list={'sectionTypeList'}/>
|
@ -1,9 +1,9 @@
|
||||
import { Table, Select, DatePicker } from "antd";
|
||||
import { TelemetryAnalyticsService } from "../services/api";
|
||||
import { TelemetryAnalyticsService } from "../src/services/api";
|
||||
import { useState, useEffect } from "react";
|
||||
import { useParams } from "react-router-dom";
|
||||
import notify from "../components/notify";
|
||||
import LoaderPortal from "../components/LoaderPortal";
|
||||
import notify from "../src/components/notify";
|
||||
import LoaderPortal from "../src/components/LoaderPortal";
|
||||
import moment from "moment";
|
||||
import "../styles/message.css";
|
||||
|
||||
@ -61,7 +61,7 @@ const filterOptions = [
|
||||
{ label: "На поверхности", value: 17 },
|
||||
];
|
||||
|
||||
export default function WellAnalysis() {
|
||||
export default function WellTelemetryAnalysis() {
|
||||
let { id } = useParams();
|
||||
|
||||
const [page, setPage] = useState(1);
|
1
concept/readme.md
Normal file
1
concept/readme.md
Normal file
@ -0,0 +1 @@
|
||||
Папка для компонент реализация которых отложена, но наработки уже есть
|
@ -20,7 +20,5 @@
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
"include": ["src"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user