阶段性更新,没有实质性的功能

This commit is contained in:
2020-09-28 15:10:02 +08:00
parent 8c81c76aa0
commit 996ed300f5
119 changed files with 2745 additions and 2666 deletions

View File

@@ -47,9 +47,10 @@ class CensusController extends AdminController
{
$grid = new Grid(new User);
$grid->model()->whereHas('identity', function ($q) {
$q->where('identity_id', 1);
});
$grid->model()
->whereHas('identity', function ($q) {
$q->where('identity_id', 1);
});
$grid->disableCreateButton();
$grid->disableBatchActions();