更新爆管定位和爆管侦测的顺序
This commit is contained in:
@@ -182,15 +182,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
|
|||||||
label: "爆管模拟",
|
label: "爆管模拟",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "爆管定位",
|
|
||||||
list: "/hydraulic-simulation/burst-location",
|
|
||||||
meta: {
|
|
||||||
parent: "Hydraulic Simulation",
|
|
||||||
icon: <MyLocationIcon className="w-6 h-6" />,
|
|
||||||
label: "爆管定位",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "爆管侦测",
|
name: "爆管侦测",
|
||||||
list: "/hydraulic-simulation/burst-detection",
|
list: "/hydraulic-simulation/burst-detection",
|
||||||
@@ -200,6 +191,15 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
|
|||||||
label: "爆管侦测",
|
label: "爆管侦测",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "爆管定位",
|
||||||
|
list: "/hydraulic-simulation/burst-location",
|
||||||
|
meta: {
|
||||||
|
parent: "Hydraulic Simulation",
|
||||||
|
icon: <MyLocationIcon className="w-6 h-6" />,
|
||||||
|
label: "爆管定位",
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "DMA 漏损识别",
|
name: "DMA 漏损识别",
|
||||||
list: "/hydraulic-simulation/dma-leak-detection",
|
list: "/hydraulic-simulation/dma-leak-detection",
|
||||||
|
|||||||
Reference in New Issue
Block a user