Browse Source

换皮肤

master
lanzu_qsy 6 years ago
parent
commit
74998e56a1
  1. 1
      app/Admin/Controllers/LanzuMmWithdrawController.php
  2. 4
      config/admin.php

1
app/Admin/Controllers/LanzuMmWithdrawController.php

@ -68,7 +68,6 @@ 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);
});

4
config/admin.php

@ -317,8 +317,8 @@ return [
// indigo, blue, blue-light, blue-dark, green
'color' => 'green',
'body_class' => 'dark-mode',
//'body_class' => '',
//'body_class' => 'dark-mode',
'body_class' => '',
'sidebar_collapsed' => false,

Loading…
Cancel
Save