user import
parent
7eac2e3f9d
commit
cef2b30d11
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$permissions = [
|
$permissions = [
|
||||||
'users' => ['name' => '用户管理', 'curd' => true, 'children' => ['balance' => '变更余额', 'password' => '重置密码']],
|
'users' => ['name' => '用户管理', 'curd' => true, 'children' => ['balance' => '变更余额', 'password' => '重置密码', 'import' => '导入']],
|
||||||
'user-balance' => ['name' => '余额流水', 'curd' => ['index', 'show']],
|
'user-balance' => ['name' => '余额流水', 'curd' => ['index', 'show']],
|
||||||
'withdraw' => ['name' => '余额流水', 'curd' => ['index', 'show'], 'children' => ['check' => '审核']],
|
'withdraw' => ['name' => '余额流水', 'curd' => ['index', 'show'], 'children' => ['check' => '审核']],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue