This commit is contained in:
louiscklaw
2025-05-08 17:19:43 +08:00
parent 7105bc85e3
commit 5640d4d4f6
46 changed files with 520 additions and 268 deletions

View File

@@ -123,7 +123,7 @@ export const layoutConfig = {
},
{
key: 'teachers',
title: 'teachers',
title: 'teachers.nav-title',
icon: 'users',
items: [
{ key: 'teachers', title: 'List', href: paths.dashboard.teachers.list },
@@ -138,8 +138,8 @@ export const layoutConfig = {
icon: 'users',
items: [
{ key: 'students', title: 'List students', href: paths.dashboard.students.list },
{ key: 'students:create', title: 'Create student', href: paths.dashboard.students.create },
{ key: 'students:details', title: 'Student details', href: paths.dashboard.students.view('1') },
// { key: 'students:create', title: 'Create student', href: paths.dashboard.students.create },
// { key: 'students:details', title: 'Student details', href: paths.dashboard.students.view('1') },
],
},
// {