From 80d02a2de745edb79670c48cea4ec48e673bf597 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 04 二月 2025 18:05:15 +0800 Subject: [PATCH] 学员考勤日报表 --- src/router/index.js | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f988259..f382702 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -78,7 +78,7 @@ component: () => import("@/views/student/index"), meta: { title: "瀛﹀憳鍒楄〃", - icon: "table" + icon: "user" }, }, { @@ -115,7 +115,20 @@ component: () => import("@/views/order/index"), meta: { title: "瀛﹀憳璁㈠崟", - icon: "table" + icon: "form" + }, + }, ], + },{ + path: "/", + component: Layout, + redirect: "/attendance", + children: [{ + path: "/attendance", + name: "Attendance", + component: () => import("@/views/attendance/index"), + meta: { + title: "瀛﹀憳鑰冨嫟鏃ユ姤", + icon: "dashboard" }, }, ], }, -- Gitblit v1.8.0