Добавил ФИО и убрал ограничение на показатели

This commit is contained in:
brusnitsyn
2026-07-08 17:02:37 +09:00
parent 8db7f19dda
commit 11ebbe75f5
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ class NurseJournalDataSet extends AbstractDataSet
->mapWithKeys(fn ($d) => [$d->department_id => $d->name_full ?? $d->name_short])
->all(),
),
new Dimension('full_name', 'ФИО', 'string', 'p.full_name')
];
}