删除多余的代码
This commit is contained in:
@@ -244,21 +244,7 @@ const BurstPipeAnalysisPanel: React.FC<BurstPipeAnalysisPanelProps> = ({
|
|||||||
</TabPanel>
|
</TabPanel>
|
||||||
|
|
||||||
<TabPanel value={currentTab} index={2}>
|
<TabPanel value={currentTab} index={2}>
|
||||||
<LocationResults
|
<LocationResults results={locationResults} />
|
||||||
results={locationResults}
|
|
||||||
onLocate={(result) => {
|
|
||||||
console.log("定位到:", result.locate_result);
|
|
||||||
// TODO: 地图定位到指定坐标
|
|
||||||
}}
|
|
||||||
onLocateAll={(results) => {
|
|
||||||
console.log("定位全部结果:", results);
|
|
||||||
// TODO: 地图定位到所有结果坐标
|
|
||||||
}}
|
|
||||||
onViewDetail={(id) => {
|
|
||||||
console.log("查看节点详情:", id);
|
|
||||||
// TODO: 显示节点详细信息
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
</Box>
|
</Box>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
|||||||
Reference in New Issue
Block a user