должность директор

This commit is contained in:
2026-02-09 14:52:33 +05:00
parent 2ca9562f02
commit 16ce5daa9e

View File

@@ -274,7 +274,7 @@ function renderUsersChecklist() {
<input type="checkbox" name="assignedUsers" value="${user.id}"
onchange="toggleUserSelection(this, ${user.id})">
${user.name}
${document.getElementById('task-type').value === 'document' ? '(Секретарь)' : ''}
${document.getElementById('task-type').value === 'document' ? '(Директор)' : ''}
${document.getElementById('task-type').value === 'it' ? '(Админ)' : ''}
${document.getElementById('task-type').value === 'certificate' ? '(Администрация)' : ''}
</label>