Commit c8f067da by 朱继来

调整审核权限

parent 62e0568c
......@@ -143,8 +143,8 @@
</div>
</div>
<!-- 管理员、经理、自营客服主管审核 && 待审核状态 -->
@if (in_array($role, [1, 2, 10]) && $return['status'] == 1)
<!-- 管理员、经理、自营客服主管及助理审核 && 待审核状态 -->
@if (in_array($role, [1, 2, 10, 11]) && $return['status'] == 1)
<div class="text-center" style="margin-bottom: 10px;">
<button class="btn btn-info return-check" style="margin-right: 10px;" data-type="2" data-id="{{ $return['return_id'] }}">审核通过</button>
<button class="btn btn-danger return-check" data-type="-2" data-id="{{ $return['return_id'] }}">驳回</button>
......
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