优化渠道核销统计

This commit is contained in:
2020-09-02 11:17:12 +08:00
parent 758146a02b
commit 5397d931f7
6 changed files with 234 additions and 220 deletions

View File

@@ -49,7 +49,7 @@ class CensusController extends AdminController
$grid->model()->whereHas('identity', function ($q) {
$q->where('identity_id', 1);
})->where('type', 'pingan');
});
$grid->disableCreateButton();
$grid->disableBatchActions();