{{include_file name='home/public/header' title='申请管理'}}
| 申请人昵称/账号 | 申请加入的项目 | 项目类型 | 申请时间 | 处理结果 | 处理时间 |
|---|---|---|---|---|---|
| {{$model->applier->fullName}} | {{$model->project->title}} | {{$model->project->typeLabel}} | {{$model->created_at}} | {{if $model->status == $model::PASS_STATUS}} {{$model->statusLabel}} {{else if $model->status == $model::REFUSE_STATUS}} {{$model->statusLabel}} {{/if}} | {{$model->checked_at}} |