6
0
Fork 0

提交提现的权限

release
vine_liutk 2022-01-26 14:51:14 +08:00
parent 897683dc22
commit 92c240f185
1 changed files with 8 additions and 0 deletions

View File

@ -358,6 +358,14 @@ class AdminPermissionSeeder extends Seeder
'name' =>'进货补贴明细',
'curd' => ['index'],
],
'dealer_wallet_to_bank_logs'=>[
'name' =>'余额提现',
'curd' => ['index', 'show'],
'children' =>[
'export'=>['name' =>'导出打款单'],
'verify'=>['name' =>'提现审核'],
],
],
];
// try {
// DB::begintransaction();