|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
namespace App\Admin\Controllers;
|
|
namespace App\Admin\Controllers;
|
|
|
|
|
|
|
|
+use App\Admin\Actions\backstage\User\MapDepot;
|
|
use App\Admin\Actions\backstage\User\Suggests;
|
|
use App\Admin\Actions\backstage\User\Suggests;
|
|
use App\Models\Patient;
|
|
use App\Models\Patient;
|
|
use Encore\Admin\Controllers\AdminController;
|
|
use Encore\Admin\Controllers\AdminController;
|
|
@@ -40,8 +41,6 @@ class UserPatientsController extends AdminController
|
|
$actions->disableEdit();
|
|
$actions->disableEdit();
|
|
//服务包
|
|
//服务包
|
|
$actions->add(new service());
|
|
$actions->add(new service());
|
|
- //病例意见单
|
|
|
|
- $actions->add(new Suggests());
|
|
|
|
|
|
|
|
});
|
|
});
|
|
$grid->column('id', __('档案id'));
|
|
$grid->column('id', __('档案id'));
|