6
0
Fork 0

添加权限

release
vine_liutk 2022-01-25 11:08:26 +08:00
parent d87767765f
commit 9ac196578f
1 changed files with 12 additions and 0 deletions

View File

@ -336,6 +336,18 @@ class AdminPermissionSeeder extends Seeder
'pay'=>['name' =>'确认打款'], 'pay'=>['name' =>'确认打款'],
], ],
], ],
'dealer_manager_sales_logs'=>[
'name' =>'管理者津贴明细',
'curd' => ['index'],
],
'dealer_manage_subsidy_logs'=>[
'name' =>'管理津贴明细',
'curd' => ['index'],
],
'dealer_purchase_logs'=>[
'name' =>'进货补贴明细',
'curd' => ['index'],
],
]; ];
// try { // try {
// DB::begintransaction(); // DB::begintransaction();