|
@@ -19,7 +19,7 @@ class UserPatientsController extends AdminController
|
|
*
|
|
*
|
|
* @var string
|
|
* @var string
|
|
*/
|
|
*/
|
|
- protected $title = '档案';
|
|
|
|
|
|
+ protected $title = '患者列表';
|
|
|
|
|
|
/**
|
|
/**
|
|
* Make a grid builder.
|
|
* Make a grid builder.
|
|
@@ -43,7 +43,7 @@ class UserPatientsController extends AdminController
|
|
// 去掉编辑
|
|
// 去掉编辑
|
|
$actions->disableEdit();
|
|
$actions->disableEdit();
|
|
//服务包
|
|
//服务包
|
|
- $actions->add(new service());
|
|
|
|
|
|
+// $actions->add(new service());
|
|
|
|
|
|
});
|
|
});
|
|
$grid->column('id', __('档案id'));
|
|
$grid->column('id', __('档案id'));
|