dyjh 6 年 前
コミット
4cb5049b14
1 ファイル変更3 行追加3 行削除
  1. 3 3
      resources/views/admin/album/user/index.blade.php

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

xqd xqd xqd
@@ -33,7 +33,7 @@
                             <tr>
 
                                 <th class="sorting" data-sort="id">ID</th>
-                                <th class="sorting" data-sort="username"> 名称</th>
+                                <th class="sorting" data-sort="username"> 微信昵称 </th>
                                 <th class="sorting" data-sort="avatar"> 用户头像</th>
                                 <th class="sorting" data-sort="phone"> 电话</th>
                                 <th class="sorting" data-sort="is_dealer"> 用户类型</th>
@@ -49,7 +49,7 @@
 
                                         <td>{{ $item->id }}</td>
                                         <td>{{ $item->username }}</td>
-                                        <td><img src="{{ $item->avatar }}"/></td>
+                                        <td><img src="{{ $item->avatar }}" width="50px"/></td>
                                         <td>{{ $item->phone }}</td>
                                         @if($item['is_dealer'] == 1&&$item['model']==1)
                                             <td>画册经销商</td>
@@ -61,7 +61,7 @@
                                         <td>
                                             @if(!$item->is_dealer && $item['model']==1)
                                                 <button onclick="window.location.href='{{ U('Album/User/update',['id'=>$item->id]) }}'"
-                                                        class="btn btn-warning">添加经销商
+                                                        class="btn btn-warning">设为经销商
                                                 </button>
                                             @endif
                                             @if($item->role !== 0)