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

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

@@ -42,7 +42,7 @@
42 42
                 <th width="10%">销售</th>
43 43
                 <th width="10%">金额</th>
44 44
                 {{--<th width="10%">状态</th>--}}
45
-                {{--<th width="10%">操作</th>--}}
45
+                <th width="10%">操作</th>
46 46
             </tr>
47 47
             </thead>
48 48
             <tbody>
@@ -57,7 +57,7 @@
57 57
                 <td class="text-c">{{$a['price']}}</td>
58 58
                 {{--<td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>--}}
59 59
                 {{--<td class="f-14 product-brand-manage">--}}
60
-                    {{--<a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>--}}
60
+                    <a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>
61 61
                     {{--@if($a['is_del']==0)--}}
62 62
                         {{--<a style="text-decoration:none" class="ml-5" onClick="user_del(this, '{{$a["id"]}}')" href="javascript:;" title="禁用"><span class="btn btn-danger radius">禁用</span></a>--}}
63 63
                     {{--@elseif($a['is_del']==1)--}}