From 97b28f503810cee41b69fca2828fac4e1d93b065 Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Wed, 2 Sep 2020 15:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=8E=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/LanzuCsWithdrawController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Controllers/LanzuCsWithdrawController.php b/app/Admin/Controllers/LanzuCsWithdrawController.php index 3669a4e..558b5de 100644 --- a/app/Admin/Controllers/LanzuCsWithdrawController.php +++ b/app/Admin/Controllers/LanzuCsWithdrawController.php @@ -48,7 +48,7 @@ class LanzuCsWithdrawController extends AdminController $grid->column('csInfo.name', '提现用户'); $grid->money; $grid->status('状态')->using([1 => '已同意', -1 => '已拒绝', 0 => '待审核', -2 => '提现失败'])->label([1 => 'success', -1 => 'danger', 0 => 'default']); - $grid->is_pay('是否到账')->using(['否', '是']); + $grid->is_pay('是否到账')->using(['否', '是'])->label(['danger', 'success',]); $grid->created_at; $grid->filter(function (Grid\Filter $filter) { $filter->like('csInfo.name', '提现用户');