瀏覽代碼

会员用户信息录入隐藏编辑以及禁用按钮

shensong 5 年之前
父節點
當前提交
8526e9cafc
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      resources/views/customer/vipCustomerList.blade.php

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

@@ -41,8 +41,8 @@
41 41
                 <th width="10%">生日</th>
42 42
                 <th width="10%">销售</th>
43 43
                 <th width="10%">金额</th>
44
-                <th width="10%">状态</th>
45
-                <th width="10%">操作</th>
44
+                {{--<th width="10%">状态</th>--}}
45
+                {{--<th width="10%">操作</th>--}}
46 46
             </tr>
47 47
             </thead>
48 48
             <tbody>
@@ -55,15 +55,15 @@
55 55
                 <td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
56 56
                 <td class="text-c">{{$a['admin_name']}}</td>
57 57
                 <td class="text-c">{{$a['price']}}</td>
58
-                <td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>
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>
61
-                    @if($a['is_del']==0)
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
-                    @elseif($a['is_del']==1)
64
-                        <a style="text-decoration:none" class="ml-5" onClick="user_up(this, '{{$a['id']}}')" href="javascript:;" title="启用"><span class="btn btn-success radius">启用</span></a>
65
-                    @endif
66
-                </td>
58
+                {{--<td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>--}}
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>--}}
61
+                    {{--@if($a['is_del']==0)--}}
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
+                    {{--@elseif($a['is_del']==1)--}}
64
+                        {{--<a style="text-decoration:none" class="ml-5" onClick="user_up(this, '{{$a['id']}}')" href="javascript:;" title="启用"><span class="btn btn-success radius">启用</span></a>--}}
65
+                    {{--@endif--}}
66
+                {{--</td>--}}
67 67
             </tr>
68 68
             @endforeach
69 69
             @endif