6
0
Fork 0

添加售后记录权限

release
vine_liutk 2022-01-06 16:51:43 +08:00
parent 6520374a5a
commit b31d81359a
1 changed files with 4 additions and 0 deletions

View File

@ -270,6 +270,10 @@ class AdminPermissionSeeder extends Seeder
'log_list'=>['name' =>'分红记录'],
],
],
'order-refunds'=>[
'name' => '售后记录',
'curd' => ['index'],
],
];
try {
DB::begintransaction();