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

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
+10 -1
View File
@@ -82,6 +82,11 @@ export const menuListItem = [
url: "/scheduling",
icon: "Calendar",
children: [
{
title: "排班时段",
url: "/timeFrame",
icon: "Menu",
},
{
title: "勘察工程师",
url: "/reconnaissanceScheduling",
@@ -91,7 +96,11 @@ export const menuListItem = [
title: "维修工程师",
url: "/maintainScheduling",
icon: "Menu",
}
},{
title: "排班测试",
url: "/testScheduling",
icon: "Menu",
},
]
},
{