| | |
| | | component: () => import("@/views/student/index"), |
| | | meta: { |
| | | title: "学员列表", |
| | | icon: "table" |
| | | icon: "user" |
| | | }, |
| | | }, |
| | | { |
| | |
| | | icon: "table" |
| | | }, |
| | | }, ], |
| | | },{ |
| | | path: "/", |
| | | component: Layout, |
| | | redirect: "/order", |
| | | children: [{ |
| | | path: "/order", |
| | | name: "Order", |
| | | component: () => import("@/views/order/index"), |
| | | meta: { |
| | | title: "学员订单", |
| | | icon: "form" |
| | | }, |
| | | }, ], |
| | | },{ |
| | | path: "/", |
| | | component: Layout, |
| | | redirect: "/attendance", |
| | | children: [{ |
| | | path: "/attendance", |
| | | name: "Attendance", |
| | | component: () => import("@/views/attendance/index"), |
| | | meta: { |
| | | title: "考勤报表", |
| | | icon: "dashboard" |
| | | }, |
| | | }, ], |
| | | }, |
| | | // { |
| | | // path: "/educational", |