Browse Source

售后管理员不能编辑删除审核订单

sunhao 5 years ago
parent
commit
3351281737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/order/orderlist.blade.php

+ 1 - 1
resources/views/order/orderlist.blade.php

@@ -247,7 +247,7 @@
247 247
                                     @endforeach
248 248
                                 @endif
249 249
 
250
-                                @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0)
250
+                                @if(($self_role =='销售' || $self_role =='管理员' || $self_role =='售后管理员') && $a['status']>0)
251 251
 
252 252
                                 @else
253 253
                                 <a style="text-decoration:none" onClick='order_edit("编辑","{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>