@@ -91,6 +91,9 @@ onMounted(() => {
if (routePath == "/planprocess") {
routePath = "/plan";
}
+ if (routePath == "/outsource") {
+ routePath = "/quality";
+ }
handleMenuSelect(routePath);
});
</script>
@@ -81,6 +81,9 @@ const setTitle = () => {
case "planprocess":
title.value = "生产计划";
break;
+ case "outsource":
+ title.value = "质量管理";
+ break;
};
onMounted(() => {