dyjh 6 anni fa
parent
commit
9ccd3a5639
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      resources/views/admin/album/user/index.blade.php

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

xqd
@@ -54,7 +54,7 @@
                                         @if($item->is_dealer == 1)
                                             <td>经销商</td>
                                         @else
-                                            <td>普通用户</td>
+                                            <td>普通用户{{$item->is_dealer}}</td>
                                         @endif
                                         <td>{{ $item->created_at }}</td>
                                         <td>{{ $item->role() }}</td>