实现DMA漏损识别面板整体设计
This commit is contained in:
@@ -180,6 +180,15 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
|
||||
label: "爆管分析定位",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "DMA漏损识别",
|
||||
list: "/hydraulic-simulation/dma-leak-detection",
|
||||
meta: {
|
||||
parent: "Hydraulic Simulation",
|
||||
icon: <TbLocationPin className="w-6 h-6" />,
|
||||
label: "DMA漏损识别",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "水质模拟",
|
||||
list: "/hydraulic-simulation/water-quality-simulation",
|
||||
|
||||
Reference in New Issue
Block a user