Browse Source

会员管理修改

shensong 5 years ago
parent
commit
89ae95f2d7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      resources/views/customer/vipCustomerList.blade.php

+ 1 - 2
resources/views/customer/vipCustomerList.blade.php

@@ -51,9 +51,8 @@
51 51
                 <td class="text-c">{{$a['name']}}</td>
52 52
                 <td class="text-c">{{$a['phone']}}</td>
53 53
                 <td class="text-c">{{$a['vip_end_time']}}</td>
54
-                <td class="text-c">{{$a['birthday']}}</td>
55
-                <td class="text-c">{{$a['admin_name']}}</td>
56 54
                 <td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
55
+                <td class="text-c">{{$a['admin_name']}}</td>
57 56
                 <td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>
58 57
                 <td class="f-14 product-brand-manage">
59 58
                     <a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>