|
|
|
@ -121,11 +121,10 @@ class HomeController extends Controller |
|
|
|
->description('欢迎回到懒族后台') |
|
|
|
->body(function (Row $row) { |
|
|
|
$row->column(4, function (Column $column) { |
|
|
|
$column->row(new Examples\Community\TotalUser()); |
|
|
|
$column->row(new Examples\Community\TotalAmount(Admin::user()->id,Type::BALANCE_USER_TYPE_CS)); |
|
|
|
}); |
|
|
|
|
|
|
|
$row->column(4, function (Column $column) { |
|
|
|
$column->row(new Examples\Community\TotalAmount(Admin::user()->id,Type::BALANCE_USER_TYPE_CS)); |
|
|
|
$column->row(new Examples\Community\TotalUser()); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
|