修改添加用户渠道获取

This commit is contained in:
2020-08-24 10:15:54 +08:00
parent e114200ea7
commit a7be2b7c7e
2 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,9 @@ class IndexController extends AdminController
. '<label class="label label-success">打款金额:' . $pass->where('is_profit', 1)
->sum('profit') . '元</label>&nbsp;&nbsp;';
});
$grid->disableExport(false);
$grid->export(function ($export) {