@if($type == 'subtask')
@endif
名称
@if($type == 'task')
任务列表
-
@if($items) @foreach($items as $item)
{{$item['name']}}
@endforeach @endif
@endif
执行者
{{App\Support\Dialog::user('user', $type.'_user_id', '', 0, 0)}}
参与者
{{App\Support\Dialog::user('user', $type.'_users', '', 1, 0)}}
时间
-
备注
附件
{{attachment_uploader('attachment', '', 'project_task')}}