实现DMA漏损识别面板整体设计
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
||||
} from "@mui/icons-material";
|
||||
import ContaminantAnalysisParameters from "./AnalysisParameters";
|
||||
import ContaminantSchemeQuery from "./SchemeQuery";
|
||||
import ContaminantResultsPanel from "./ResultsPanel";
|
||||
import { useData } from "@app/OlMap/MapComponent";
|
||||
|
||||
interface WaterQualityPanelProps {
|
||||
@@ -175,10 +174,6 @@ const WaterQualityPanel: React.FC<WaterQualityPanelProps> = ({
|
||||
<TabPanel value={currentTab} index={1}>
|
||||
<ContaminantSchemeQuery onViewResults={() => setCurrentTab(2)} />
|
||||
</TabPanel>
|
||||
|
||||
<TabPanel value={currentTab} index={2}>
|
||||
<ContaminantResultsPanel schemeName={data?.schemeName} />
|
||||
</TabPanel>
|
||||
</Box>
|
||||
</Drawer>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user