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

Починка добавления сотрудника16

This commit is contained in:
MoonTestUse1
2024-12-27 04:55:44 +06:00
parent e6f31e9b58
commit 361b1d7a8e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 flex items-center gap-2"
>
<UserPlusIcon :size="18" />
Добавить работника
Добавить работникаffff
</button>
</div>

View File

@@ -10,7 +10,7 @@
:disabled="isSubmitting"
class="w-full px-3 py-2 text-sm border border-slate-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
>
<option value="">Выберите тип обращения</option>
<option value="">Выберите тип обращенияss</option>
<option v-for="type in requestTypes" :key="type.value" :value="type.value">
{{ type.label }}
</option>