| xqd
@@ -58,10 +58,10 @@
|
|
|
<td>
|
|
|
<div class="pull-left">
|
|
|
@if(role('Album/Cat/update'))
|
|
|
- <a href="{{ U('Album/Cat/update',['id'=>$t->id])}}" class="btn btn-sm btn-warning pull-right">修改</a>
|
|
|
+ <a href="{{ U('Album/Cat/update',['id'=>$item->id])}}" class="btn btn-sm btn-warning pull-right">修改</a>
|
|
|
@endif
|
|
|
@if(role('Album/Cat/destroy'))
|
|
|
- <a href="{{ U('Album/Cat/destroy',['id'=>$t->id])}}" onclick="return confirm('你确定执行删除操作?');" class="btn btn-sm btn-danger pull-right">删除</a>
|
|
|
+ <a href="{{ U('Album/Cat/destroy',['id'=>$item->id])}}" onclick="return confirm('你确定执行删除操作?');" class="btn btn-sm btn-danger pull-right">删除</a>
|
|
|
@endif
|
|
|
@if(isset($item->sonlist))
|
|
|
<a onclick="showHidden({{ $item->id }})" class="btn btn-sm btn-danger pull-right">查看/隐藏下级次啊单</a>
|