@if(isset($access['delete'])) 删除 @endif @if(isset($access['trash'])) 回收站 @endif
@if(isset($access['list'])) 新建 @endif @include('workflow/select')
@if($rows) @foreach($rows as $row) @endforeach @endif
主题 / 文号 发起人 发起时间 步骤(点击查看) 当前办理人 状态 ID 发起到现在时间
@if(isset($access['delete']) && ($row['start_user_id'] == Auth::id() || $access['delete'] == 4)) @else @endif @if($search['query']['option'] == 'todo') {{$row['title']}} @else {{$row['title']}} @endif
{{$row['name']}}
{{get_user($row['start_user_id'], 'name')}} @datetime($row['start_time']) {{$row['step_number']}} {{$row['step_name']}}
diffInHours($start); } */ ?>
{{get_user($row['step_user_id'], 'name')}} @if($row['end_time']) 已结束 @else 执行中 @endif {{$row['id']}} @if($search['query']['option'] == 'todo') 办理 @else 查看 @endif