@extends('admin/layout') @section('content')
@php $checkItemScopes=$siteProcess->process->check_item_scopes??[]; $checkItems = $siteProcess->check_items??[]; @endphp @foreach($checkItemScopes as $item) {{--检测每个检查项的权限--}} @php $for=\App\Libs\Helps::hasCheckItemsFor($item['for']??[]) @endphp
@if(!empty($item['remark']))
{!! $item['remark']??'' !!}
@endif
@endforeach
@if($siteProcess->active==2) @endif
@endsection @section('footer') @endsection