1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

переработка админ панели6

This commit is contained in:
MoonTestUse1
2025-01-03 02:17:10 +06:00
parent 2e65e0868b
commit 6d430d0ae3
3 changed files with 303 additions and 19 deletions

View File

@@ -36,12 +36,6 @@ const router = createRouter({
component: () => import('@/views/admin/EmployeesView.vue'),
meta: { requiresAdmin: true }
},
{
path: '/admin/employees/add',
name: 'admin-employees-add',
component: () => import('@/views/admin/AddEmployeeView.vue'),
meta: { requiresAdmin: true }
},
{
path: '/admin/requests',
name: 'admin-requests',