diff --git a/app/DataTables/WorklistDataTable.php b/app/DataTables/WorklistDataTable.php index 3cf06f4..7301094 100644 --- a/app/DataTables/WorklistDataTable.php +++ b/app/DataTables/WorklistDataTable.php @@ -195,12 +195,6 @@ public function getColumns(): array break; case WorklistColumn::AssignedPhysician: - $columns[] = Column::make($col->value) - ->orderable(false) - ->searchable(false) - ->title('Rad'); - break; - case WorklistColumn::ReadingPhysician: $columns[] = Column::make($col->value) ->orderable(false) diff --git a/resources/imgs/complete.png b/resources/imgs/complete.png new file mode 100644 index 0000000..47b828d Binary files /dev/null and b/resources/imgs/complete.png differ diff --git a/resources/imgs/work-in-progress.png b/resources/imgs/work-in-progress.png new file mode 100644 index 0000000..9f515e1 Binary files /dev/null and b/resources/imgs/work-in-progress.png differ diff --git a/resources/views/staff/reports/create.blade.php b/resources/views/staff/reports/create.blade.php index 047871c..902a11e 100644 --- a/resources/views/staff/reports/create.blade.php +++ b/resources/views/staff/reports/create.blade.php @@ -54,12 +54,13 @@ class="ck-editor editor-container editor-container_classic-editor fixed-containe - - Draft - + - Preliminary report + draft report + Draft + Preliminary report + @@ -69,11 +70,11 @@ class="ck-editor editor-container editor-container_classic-editor fixed-containe - - Finalize - + - Publish report + final report + Finalize + Publish report