Commit 32cd7717 authored by 黄奎's avatar 黄奎

新增页面

parent 937c05e7
This diff is collapsed.
...@@ -677,6 +677,11 @@ const routes = [{ ...@@ -677,6 +677,11 @@ const routes = [{
component: () => component: () =>
import("pages/scheduling/schedulingPlan.vue") import("pages/scheduling/schedulingPlan.vue")
}, },
{
path: "/scheduling/schedulingRecord", //值班记录
component: () =>
import("pages/scheduling/schedulingRecord.vue")
},
{ {
path: "/scheduling/schedulDetail", //我的工作计划排班详情 path: "/scheduling/schedulDetail", //我的工作计划排班详情
component: () => component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment