dengrui 1 ماه پیش
والد
کامیت
1a8bad4579
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/layout/components/Sidebar/index.vue

+ 2 - 2
src/layout/components/Sidebar/index.vue

@@ -79,7 +79,7 @@ const setTitle = () => {
       title.value = "设备列表";
       break;
     case "planprocess":
-      title.value = "生产计划";
+      title.value = "计划排产";
       break;
     case "outsource":
       title.value = "质量管理";
@@ -88,7 +88,7 @@ const setTitle = () => {
       title.value = "质量管理";
       break;
     case "base":
-      title.value = "工管理";
+      title.value = "工管理";
       break;
   }
 };