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

Починка adm8222

This commit is contained in:
MoonTestUse1
2025-01-01 21:47:36 +06:00
parent 7b1de1c89e
commit e40dd9e4a7

View File

@@ -1,13 +1,13 @@
<template>
<div class="space-y-6">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">Панель администратора</h1>
<h1 class="text-2xl font-bold">Панель администратораddd</h1>
<router-link
to="/admin/employees/add"
class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 inline-flex items-center gap-2"
>
<PlusCircle class="w-5 h-5" />
Добавить сотрудника
Добавить сотрудникаdddd
</router-link>
</div>