mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Починка добавления сотрудника16
This commit is contained in:
@@ -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"
|
class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 flex items-center gap-2"
|
||||||
>
|
>
|
||||||
<UserPlusIcon :size="18" />
|
<UserPlusIcon :size="18" />
|
||||||
Добавить работника
|
Добавить работникаffff
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
:disabled="isSubmitting"
|
: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"
|
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">
|
<option v-for="type in requestTypes" :key="type.value" :value="type.value">
|
||||||
{{ type.label }}
|
{{ type.label }}
|
||||||
</option>
|
</option>
|
||||||
|
Reference in New Issue
Block a user