@foreach ($cNasaBook as $oNasaBook) {{ $oNasaBook->name }}({{ strlen($oNasaBook->content) }}) @endforeach
@include($sHeaderActionView ?? 'nasa.v1._actions.none')
@if (count($aData['aSelectField']) > 0)
@foreach ($aData['aSelectField'] as $k) @php $sFieldName = $aData['aListField'][$k] ?? $k; $sFieldName = is_array($sFieldName)? $k : $sFieldName; @endphp @if (isset($aData['aMap'][$k])) @else
@endif @endforeach
@endif @foreach ($aData['aFilterParam']['cc'] as $aRow)
@if (isset($aData['aMap'][$aRow['sField']])) @else
@endif Del
@endforeach
@include($sListView ?? 'nasa.v1._lists.list')
共 {{$aData['aPager']['iTotal']}} 条
Prev {{$aData['aPager']['iCurrentPage']}} / {{$aData['aPager']['iLastPage']}} Next