Commit 38a389a7 by 朱继来

添加角色

parent 1839bc13
Showing with 3 additions and 1 deletions
......@@ -21,6 +21,8 @@ return [
'线销二组客服' => 17,
'线销三组主管' => 18,
'线销三组客服' => 19,
'运营' => 20,
'产品' => 21,
],
// 线销主管 =》 线销客服
......@@ -37,7 +39,7 @@ return [
'manager_order' => [14, 16, 18],
// 查看所有订单角色
'check_all_order' => [1, 2, 5],
'check_all_order' => [1, 2, 5, 20, 21],
// 审单时权限 (用于调价权限 changeOrder.blade.php)
'is_manager_perm' => [1, 2, 10, 11, 14, 16, 18],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment