dyjh 6 năm trước cách đây
mục cha
commit
03ffdf9320
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/admin/album/agent/index.blade.php

+ 1 - 1
resources/views/admin/album/agent/index.blade.php

xqd
@@ -56,7 +56,7 @@
             <td>{{ $item->address }}</td>
             <td>{{ $item->name }}</td>
             <td>{{ $item->status }}</td>
-								@if($item->role !== 4)
+								@if($item->is_boss != 1)
 									<td>不是</td>
 								@else
 									<td>是</td>