Browse Source

菜单补全

Koishi 3 years ago
parent
commit
aabd885810
1 changed files with 10 additions and 5 deletions
  1. 10 5
      src/views/layout/Menu.vue

+ 10 - 5
src/views/layout/Menu.vue

@@ -565,11 +565,11 @@ export default {
                   icon: "svg-wind-site",
                   path: "/health/MalfunctionWarning/Supervised",
                 },
-				{
-				  text: "齿轮箱故障诊断",
-				  icon: "svg-wind-site",
-				  path: "/health/MalfunctionWarning/diagnose",
-				},
+                {
+                  text: "齿轮箱故障诊断",
+                  icon: "svg-wind-site",
+                  path: "/health/MalfunctionWarning/diagnose",
+                },
               ],
             },
           ],
@@ -1031,6 +1031,11 @@ export default {
                   icon: "svg-matrix",
                   path: "/others/overhaulRule",
                 },
+                {
+                  text: "故障手册",
+                  icon: "svg-matrix",
+                  path: "/others/faultManual",
+                },
               ],
             },
           ],