@@ -85,6 +85,11 @@
class="btn btn-success">设为经理
</button>
@endif
+ @if($item->role !== 3)
+ <button onclick="window.location.href='{{ U('Album/User/role',['id'=>$item->id,'role'=>4]) }}'"
+ class="btn btn-waring">设为Boss
+ </button>
+ @endif
</td>
</tr>
@endforeach