|
@@ -56,14 +56,14 @@
|
56
|
56
|
<td class="text-c">{{$a['admin_name']}}</td>
|
57
|
57
|
<td class="text-c">{{$a['price']}}</td>
|
58
|
58
|
{{--<td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>--}}
|
59
|
|
- {{--<td class="f-14 product-brand-manage">--}}
|
|
59
|
+ <td class="f-14 product-brand-manage">
|
60
|
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)--}}
|
64
|
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
|
65
|
{{--@endif--}}
|
66
|
|
- {{--</td>--}}
|
|
66
|
+ </td>
|
67
|
67
|
</tr>
|
68
|
68
|
@endforeach
|
69
|
69
|
@endif
|