sunhao 5 years ago
parent
commit
f5cac9a7f7
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

@@ -278,7 +278,7 @@
278 278
                                 @endif
279 279
                                 @endif
280 280
 
281
-                                @if($a['warehouse']==3 && $a['status']>=2 && $a['status']<4 && ($self_role=='超级管理员' || $self_role=='售后管理员'))
281
+                                @if($a['warehouse']==3 && $a['status']==2 && ($self_role=='超级管理员' || $self_role=='售后管理员'))
282 282
                                     <a style="text-decoration:none" onClick='set_refund("{{$a['id']}}")' href="javascript:;" title="设为已退款"><span class="btn btn-danger radius">设为已退款</span></a>
283 283
                                 @endif
284 284