完成时间段页面、接口对接,勘察人员、维修人员排班

This commit is contained in:
monanxiao
2024-10-16 18:01:10 +08:00
parent c695a89cc4
commit 3ab7f108cf
28 changed files with 1537 additions and 1663 deletions
+18
View File
@@ -191,6 +191,15 @@ const routerList = [
name: "工程师审核",
},
children: [
{
path: "/timeFrame",
name: "timeFrame",
component: () => import("../views/scheduling/timeFrame.vue"),
meta: {
requiresAuth: true,
name: "排班时段",
},
},
{
path: "/reconnaissanceScheduling",
name: "reconnaissanceScheduling",
@@ -209,6 +218,15 @@ const routerList = [
name: "维修人员排班",
},
},
{
path: "/testScheduling",
name: "testScheduling",
component: () => import("../views/scheduling/test.vue"),
meta: {
requiresAuth: true,
name: "人员排班测试",
},
},
],
},