|
|
|
|
41
|
<th width="10%">生日</th>
|
41
|
<th width="10%">生日</th>
|
42
|
<th width="10%">销售</th>
|
42
|
<th width="10%">销售</th>
|
43
|
<th width="10%">金额</th>
|
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
|
</tr>
|
46
|
</tr>
|
47
|
</thead>
|
47
|
</thead>
|
48
|
<tbody>
|
48
|
<tbody>
|
|
|
|
|
55
|
<td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
|
55
|
<td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
|
56
|
<td class="text-c">{{$a['admin_name']}}</td>
|
56
|
<td class="text-c">{{$a['admin_name']}}</td>
|
57
|
<td class="text-c">{{$a['price']}}</td>
|
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
|
</tr>
|
67
|
</tr>
|
68
|
@endforeach
|
68
|
@endforeach
|
69
|
@endif
|
69
|
@endif
|