minor
This commit is contained in:
parent
2a61d0b020
commit
b13c15ce5c
@ -238,11 +238,17 @@ public function getColumns(): array
|
||||
break;
|
||||
|
||||
case WorklistColumn::Organization:
|
||||
$columns[] = Column::make($col->value)
|
||||
->searchable(true)
|
||||
->orderable(true)
|
||||
->title('Org');
|
||||
break;
|
||||
|
||||
case WorklistColumn::Department:
|
||||
$columns[] = Column::make($col->value)
|
||||
->searchable(true)
|
||||
->orderable(true)
|
||||
->title(formatTitle($col->value));
|
||||
->title('Dept');
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user