|
@@ -9,6 +9,7 @@
|
|
|
<tr>
|
|
|
<th class='text-left nowrap' style="width: 10%">头像</th>
|
|
|
<th class='text-left nowrap' style="width: 15%">姓名</th>
|
|
|
+ <th class='text-left nowrap' style="width: 15%">积分</th>
|
|
|
<th class='text-left nowrap' style="width: 15%">手机号</th>
|
|
|
<th class='text-left nowrap' style="width: 20%">个人简介</th>
|
|
|
<th class='text-left nowrap' style="width: 20%">注册时间</th>
|
|
@@ -27,6 +28,7 @@
|
|
|
<td class='text-left nowrap'>
|
|
|
<div class="inline-block">{$vo.name|default='--'}</div>
|
|
|
</td>
|
|
|
+ <td class='text-left'>{$vo.integral|default='0'}</td>
|
|
|
<td class='text-left'>{$vo.phone|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.synopsis|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.create_at|format_datetime}</td>
|