4
0
Fork 0

user import

master
panliang 2022-10-17 17:15:52 +08:00
parent 7eac2e3f9d
commit cef2b30d11
1 changed files with 1 additions and 1 deletions

View File

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