minor
This commit is contained in:
parent
e09f2d55a3
commit
45f92c530a
@ -231,6 +231,12 @@ public function getColumns(): array
|
||||
$columns[] = Column::make($col->value)->orderable(false);
|
||||
break;
|
||||
|
||||
case WorklistColumn::Modality:
|
||||
$columns[] = Column::make($col->value)
|
||||
->orderable(true)
|
||||
->title('Mod');
|
||||
break;
|
||||
|
||||
default:
|
||||
// dd(Str::slug($col->value, '-'));
|
||||
$columns[] = Column::make($col->value)->title($this->columTitle($col->value));
|
||||
|
Loading…
Reference in New Issue
Block a user