|
@@ -14,10 +14,13 @@
|
|
|
<th class='text-left nowrap'>昵称</th>
|
|
|
<th class='text-left nowrap'>真实姓名</th>
|
|
|
<th class='text-left nowrap'>性别</th>
|
|
|
- <th class='text-left nowrap'>工作单位</th>
|
|
|
<th class='text-left nowrap'>身份证号</th>
|
|
|
<th class='text-left nowrap'>年龄</th>
|
|
|
<th class='text-left nowrap'>学历</th>
|
|
|
+ <th class='text-left nowrap'>身高</th>
|
|
|
+ <th class='text-left nowrap'>体重</th>
|
|
|
+ <th class='text-left nowrap'>居住地</th>
|
|
|
+ <th class='text-left nowrap'>个人生活照</th>
|
|
|
<th class='text-left nowrap'>手机号</th>
|
|
|
<th class='text-left nowrap'>提交时间</th>
|
|
|
<th class='text-left nowrap'>驳回原因</th>
|
|
@@ -47,11 +50,15 @@
|
|
|
{elseif $vo.sex eq 2} 女
|
|
|
{/if}
|
|
|
</td>
|
|
|
- <td class='text-left'>{$vo.working|default='--'}</td>
|
|
|
-
|
|
|
<td class='text-left'>{$vo.ID_car|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.age|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.education|default='--'}</td>
|
|
|
+ <td class='text-left'>{$vo.height|default='--'}</td>
|
|
|
+
|
|
|
+ <td class='text-left'>{$vo.weight|default='--'}</td>
|
|
|
+ <td class='text-left'>{$vo.area_id|default='--'}</td>
|
|
|
+ <td> <img data-tips-image style="width:20px;height:20px;vertical-align:top" src="{$vo.headimg|default=''}" class="margin-right-5"></td>
|
|
|
+
|
|
|
<td class='text-left'>{$vo.phone|default='--'}</td>
|
|
|
|
|
|
<td class='text-left'>{$vo.create_at|format_datetime}</td>
|