添加砍价后台权限
parent
9ad18cecef
commit
a376500e22
|
|
@ -419,6 +419,14 @@ class AdminPermissionSeeder extends Seeder
|
||||||
'name' => '每月统计',
|
'name' => '每月统计',
|
||||||
'curd' => ['index'],
|
'curd' => ['index'],
|
||||||
],
|
],
|
||||||
|
'bargain_activities'=>[
|
||||||
|
'name' =>'砍价活动',
|
||||||
|
'curd'=> true,
|
||||||
|
],
|
||||||
|
'bargain_orders'=>[
|
||||||
|
'name' =>'砍价活动记录',
|
||||||
|
'curd' => ['index', 'show'],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
// try {
|
// try {
|
||||||
// DB::begintransaction();
|
// DB::begintransaction();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue