|
|
|
@ -31,7 +31,7 @@ class LanzuFinancialRecord extends AdminController |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
return Grid::make($builder, function (Grid $grid) use ($adu) { |
|
|
|
return Grid::make($builder::where('user_type',4), function (Grid $grid) use ($adu) { |
|
|
|
$grid->id; |
|
|
|
$grid->user_id('用户')->display(function () { |
|
|
|
if ($this->user_type == 1) { |
|
|
|
|