|
@@ -23,6 +23,7 @@ class DailyCareReportController extends AdminController
|
|
$grid->column('log_type')->using(config('map.log_type'));
|
|
$grid->column('log_type')->using(config('map.log_type'));
|
|
$grid->column('situation');
|
|
$grid->column('situation');
|
|
$grid->column('log_user_id')->using(config('map.log_user_ids'));
|
|
$grid->column('log_user_id')->using(config('map.log_user_ids'));
|
|
|
|
+ $grid->disableViewButton();
|
|
$grid->filter(function (Grid\Filter $filter) {
|
|
$grid->filter(function (Grid\Filter $filter) {
|
|
$filter->equal('id');
|
|
$filter->equal('id');
|
|
|
|
|
|
@@ -185,7 +186,7 @@ class DailyCareReportController extends AdminController
|
|
$table->select('temperature_type','体温种类')->options([1=>'摄氏度',0=>'华氏度']);
|
|
$table->select('temperature_type','体温种类')->options([1=>'摄氏度',0=>'华氏度']);
|
|
});
|
|
});
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+ $form->disableViewButton();
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|