From 64dc1c9234f70e6e2fcad29e69294002e5802f37 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sat, 2 May 2026 08:07:56 -0600 Subject: [PATCH] update --- src/pages/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index cff449b..39e39fa 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -49,7 +49,7 @@ const menu = computed(() => show: roleSuper.value, }, { - label: "平时成绩", + label: "成绩", route: { name: "gradebook" }, show: roleAdmin.value || roleSuper.value, },