ajax()) style="max-height: 600px;overflow-y: auto;" @endif> @if(count($searchs) > 0)

区域列表

@csrf @if(request()->has('id')) @endif @foreach($searchs as $var => $search) @if($search['type'] == 'input')
@endif @if($search['type'] == 'select')
@endif @if($search['type'] == 'tree_select')
@endif @if($search['type'] == 'date')
@endif @if($search['type'] == 'date_time')
-
@endif @endforeach
@endif @if(count($topActions) > 0 || (isset($topActionOthers) && count($topActionOthers)) > 0)
@if(in_array('goback', $topActions)) @if(isset($topActions['href'])) 返回 @else @endif @endif @if(checkBtn('/admin/'.$path.'/add', $permissionsList)) @if(in_array('add', $topActions)) @endif @endif @if(checkBtn('/admin/'.$path.'/export', $permissionsList)) @if(in_array('export', $topActions)) Excel导出当前页 Excel导出全部 @endif @endif @if(checkBtn('/admin/'.$path.'/importTemplate', $permissionsList)) @if(in_array('importTemplate', $topActions)) 下载导入模板 @endif @endif @if(checkBtn('/admin/'.$path.'/import', $permissionsList)) @if(in_array('import', $topActions)) @endif @endif
@if(isset($topActionOthers) && count($topActionOthers) > 0) @foreach($topActionOthers as $topActionOther) @if(checkBtn('/admin/'.$topActionOther['path'], $permissionsList)) @if(isset($topActionOther['isShow'])) @if(isset($topActionOther['isJump'])) @else {{ $topActionOther['name'] }} @endif @endif @endif @endforeach @endif
@endif
@foreach($columns as $column) @endforeach @if((isset($displayActionOthers) && count($displayActionOthers) > 0) || count($actionBtns) > 0) @endif @if(count($items) > 0) @foreach($items as $item) @foreach($columns as $varName => $column) @endforeach @if((isset($displayActionOthers) && count($displayActionOthers) > 0) || count($actionBtns) > 0) @endif @endforeach @else @endif
{{ $column['name'] }}操作
{!! isset($column['value']) ? $column['value']($item->$varName, $item) : $item->$varName !!} @if(isset($displayActionOthers) && count($displayActionOthers) > 0) @foreach($displayActionOthers as $displayActionOther) @if(checkBtn('/admin/'.$displayActionOther['path'], $permissionsList)) @if(isset($displayActionOther['isShow']) ? $displayActionOther['isShow']($item) : 1) @if(isset($displayActionOther['isJump'])) @else {{ $displayActionOther['name'] }} @endif @endif @endif @endforeach @endif @if(!is_array($item) || !in_array($item[$displayActions['name']], $displayActions['value'])) @if(checkBtn('/admin/'.$path.'/view', $permissionsList)) @if(in_array('view', $actionBtns)) {{-- 查看--}} @endif @endif @if(checkBtn('/admin/'.$path.'/edit', $permissionsList)) @if(in_array('edit', $actionBtns)) {{-- 编辑--}} @endif @endif @if(checkBtn('/admin/'.$path.'/del', $permissionsList)) @if(in_array('del', $actionBtns)) @endif @endif @if(checkBtn('/admin/'.$path.'/playback', $permissionsList)) @if(in_array('playback', $actionBtns) && $item->playback == 0) {{-- 回放--}} @endif @endif @endif
暂无数据
{{--@if(method_exists($items, 'links'))--}} {{-- {{ $items->appends(request()->except('_token'))->links() }}--}} {{--@endif--}}
{{----}}