Добавил ФИО и убрал ограничение на показатели
This commit is contained in:
@@ -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')
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user