mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Починка adm822
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="space-y-6">
|
<div class="space-y-6">
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<h1 class="text-2xl font-bold">Панель администратора</h1>
|
<h1 class="text-2xl font-bold">Панель администратора</h1>
|
||||||
<RouterLink
|
<router-link
|
||||||
to="/admin/employees/add"
|
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"
|
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" />
|
<PlusCircle class="w-5 h-5" />
|
||||||
Добавить сотрудника
|
Добавить сотрудника
|
||||||
</RouterLink>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Statistics -->
|
<!-- Statistics -->
|
||||||
@@ -53,7 +52,6 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { onMounted } from 'vue';
|
import { onMounted } from 'vue';
|
||||||
import { RouterLink } from 'vue-router';
|
|
||||||
import { PlusCircle } from 'lucide-vue-next';
|
import { PlusCircle } from 'lucide-vue-next';
|
||||||
import { useRequests } from '@/composables/useRequests';
|
import { useRequests } from '@/composables/useRequests';
|
||||||
import { useStatistics } from '@/composables/useStatistics';
|
import { useStatistics } from '@/composables/useStatistics';
|
||||||
|
Reference in New Issue
Block a user