调整内容
parent
0d81926159
commit
a229d0998d
|
|
@ -51,6 +51,7 @@ class DistributionPreIncomeController extends AdminController
|
|||
$grid->column('created_at')->sortable();
|
||||
|
||||
$grid->model()->orderBy('order_id', 'desc');
|
||||
$grid->model()->orderBy('agent_level', 'asc');
|
||||
$grid->model()->orderBy('id', 'asc');
|
||||
|
||||
$grid->disableActions();
|
||||
|
|
|
|||
Loading…
Reference in New Issue