|
|
|
@ -68,6 +68,7 @@ class LanzuMmWithdrawController extends AdminController |
|
|
|
$grid->money; |
|
|
|
$grid->status('提现状态')->using([-1 => '拒绝', 0 => '审核中', 1 => '通过']) |
|
|
|
->label([-1 => 'danger', 0 => 'default', 1 => 'success']); |
|
|
|
$grid->is_pay('是否到账')->using([0=>'否',1=>'是']); |
|
|
|
$grid->created_at('提现时间')->display(function ($time) { |
|
|
|
return date('Y-m-d H:i', $time); |
|
|
|
}); |
|
|
|
|