|
@@ -11,6 +11,7 @@
|
|
|
<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-center nowrap">添加时间</th>
|
|
|
<th class="text-center nowrap">操作</th>
|
|
|
</tr>
|
|
@@ -24,6 +25,7 @@
|
|
|
<td class='text-left nowrap'>{$vo.phone|default='--'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.order_no|default='--'}</td>
|
|
|
<td class='text-left nowrap'>{$sh_status_desc[$vo['sh_status']]|default=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.integral|default='--'}</td>
|
|
|
<td class='text-center nowrap'>{$vo.create_at}</td>
|
|
|
<td class='text-center nowrap'>
|
|
|
{if $vo['sh_status']}
|