渠道版优化导出+一堆因为换行符不同的为念

This commit is contained in:
2020-09-02 10:18:15 +08:00
parent 96a474493c
commit 758146a02b
11 changed files with 200 additions and 68 deletions

View File

@@ -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()));