Jelajahi Sumber

生产质量

dengrui 1 bulan lalu
induk
melakukan
8441d13698

+ 3 - 0
src/layout/components/Sidebar/components/SidebarMixTopMenu.vue

@@ -91,6 +91,9 @@ onMounted(() => {
   if (routePath == "/planprocess") {
     routePath = "/plan";
   }
+  if (routePath == "/outsource") {
+    routePath = "/quality";
+  }
   handleMenuSelect(routePath);
 });
 </script>

+ 3 - 0
src/layout/components/Sidebar/index.vue

@@ -81,6 +81,9 @@ const setTitle = () => {
     case "planprocess":
       title.value = "生产计划";
       break;
+      case "outsource":
+      title.value = "质量管理";
+      break;  
   }
 };
 onMounted(() => {