Jelajahi Sumber

1.首页点击返回后切回【全部】;
2.新增齿轮箱故障诊断页面及菜单

wangmengwei@gyee-china.com 3 tahun lalu
induk
melakukan
a21287dba9
3 mengubah file dengan 11 tambahan dan 0 penghapusan
  1. 5 0
      src/router/index.js
  2. 1 0
      src/views/Home/components/map.vue
  3. 5 0
      src/views/layout/Menu.vue

+ 5 - 0
src/router/index.js

@@ -575,6 +575,11 @@ const routes = [{
 	name: "Supervised",
 	component: () => import("../views/MalfunctionWarning/supervised.vue")
 },
+{
+	path: "/health/MalfunctionWarning/diagnose", //齿轮箱故障诊断
+	name: "Supervised",
+	component: () => import("../views/MalfunctionWarning/diagnose.vue")
+},
 /***********************************************************智慧检修************************************************************* */
 /***********************************************************安全管控************************************************************* */
 {

+ 1 - 0
src/views/Home/components/map.vue

@@ -271,6 +271,7 @@ export default {
       this.$emit("mapClicks", wpId, this.tabs[index].text);
     },
     backMap(wpId, planBtnName) {
+		this.activeTab = 0;
       this.currentMode = "NX";
       this.mapName = "nx";
       this.mapIndex = -1;

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

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