|
|
@@ -33,6 +33,7 @@
|
|
|
<th style="text-align: center;">是否推荐</th>
|
|
|
|
|
|
<th>{:lang('REGISTRATION_TIME')}</th>
|
|
|
+ <th>头像</th>
|
|
|
<th>身份证</th>
|
|
|
<th>职位</th>
|
|
|
<th>学历</th>
|
|
|
@@ -69,6 +70,19 @@
|
|
|
|
|
|
<td>{:date('Y-m-d H:i',$vo['create_time'])}</td>
|
|
|
<td>
|
|
|
+ <switch name="vo.avatar_confirm_status">
|
|
|
+ <case value="1">
|
|
|
+ <span style="color:red">已审</span>
|
|
|
+ </case>
|
|
|
+ <case value="2">
|
|
|
+ <span style="color:green">待审</span>
|
|
|
+ </case>
|
|
|
+ <case value="3">
|
|
|
+ <span style="color:#ef9413">驳回</span>
|
|
|
+ </case>
|
|
|
+ </switch>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
<switch name="vo.idcard_check">
|
|
|
<case value="1">
|
|
|
<span style="color:red">未审</span>
|
|
|
@@ -130,6 +144,7 @@
|
|
|
</td>
|
|
|
|
|
|
<td>
|
|
|
+ <a class="btn btn-xs btn-primary" href="{:url('adminIndex/avatarConfirmPost',array('id'=>$vo['id']))}">头像</a>
|
|
|
<a class="btn btn-xs btn-primary" href="{:url('adminIndex/idpost',array('id'=>$vo['id']))}">身份</a>
|
|
|
<a class="btn btn-xs btn-danger" href="{:url('adminIndex/companypost',array('id'=>$vo['id']))}">职位</a>
|
|
|
<a class="btn btn-xs btn-warning" href="{:url('adminIndex/schoolpost',array('id'=>$vo['id']))}">学历</a>
|