修改添加用户渠道获取
This commit is contained in:
@@ -126,6 +126,9 @@ class IndexController extends AdminController
|
||||
. '<label class="label label-success">打款金额:' . $pass->where('is_profit', 1)
|
||||
->sum('profit') . '元</label> ';
|
||||
});
|
||||
|
||||
|
||||
|
||||
$grid->disableExport(false);
|
||||
|
||||
$grid->export(function ($export) {
|
||||
|
||||
Reference in New Issue
Block a user