Социальный педагог

This commit is contained in:
2026-02-25 11:11:31 +05:00
parent 6820550cbd
commit 6f816f0685
6 changed files with 41 additions and 14 deletions

View File

@@ -160,7 +160,7 @@ async function filterUsers() {
try {
if (taskType === 'document' || taskType === 'it' || taskType === 'ahch' ||
taskType === 'psychologist' || taskType === 'speech_therapist' ||
taskType === 'psychologist' || taskType === 'speech_therapist' || taskType === 'Social_educator' ||
taskType === 'hr' || taskType === 'certificate' || taskType === 'e_journal') {
// Фильтруем по поиску
@@ -178,6 +178,7 @@ async function filterUsers() {
'ahch': 'АХЧ',
'psychologist': 'психолог',
'speech_therapist': 'логопед',
'Social_educator': 'Социальный педагог',
'hr': 'Диспетчер',
'certificate': 'Администрация',
'e_journal': 'Админ ЭЖ'
@@ -325,6 +326,7 @@ function getUserTypeLabel(user, taskType) {
'ahch': '(АХЧ)',
'psychologist': '(Психолог)',
'speech_therapist': '(Логопед)',
'Social_educator': '(Социальный педагог)',
'hr': '(Диспетчер)',
'certificate': '(Администрация)',
'e_journal': '(Админ ЭЖ)'