Commit ba6c2c38 by 赵增煜

bug修改

parent 2471f9e9
......@@ -19,7 +19,7 @@ class ExternalPrescriptionController extends AdminController
*/
protected function grid()
{
return Grid::make(new ExternalPrescription(), function (Grid $grid) {
return Grid::make(new ExternalPrescriptionModel(), function (Grid $grid) {
$grid->column('id')->sortable();
$grid->column('external_prescription_id');
$grid->column('issue_at')->sortable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment