渠道版优化导出+一堆因为换行符不同的为念
This commit is contained in:
@@ -17,7 +17,7 @@ class HomeController extends Controller
|
||||
{
|
||||
|
||||
return $content
|
||||
->title('数据看版')
|
||||
->title('数据看版1')
|
||||
->row(function (Row $row) {
|
||||
$row->column(2, function (Column $column) {
|
||||
$column->append(new InfoBox('渠道商', 'users', 'yellow', '/admin/users?identity[identity_id]=1', User::whereHas('identity', function ($q) {$q->where('identity_id', 1);})->count()));
|
||||
|
||||
Reference in New Issue
Block a user