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

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

This commit is contained in:
MoonTestUse1
2025-01-02 05:26:25 +06:00
parent 5823cbfc1b
commit 9dab06d2b9
5 changed files with 32 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ export const getStatusLabel = (status: string): string => {
const statuses: Record<string, string> = {
new: 'Новая',
in_progress: 'В работе',
resolved: 'Решена',
closed: 'Закрыта'
completed: 'Завершена',
rejected: 'Отклонена'
};
return statuses[status] || status;
};