|
@@ -10,6 +10,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-left nowrap'>订单号</th>
|
|
|
<th class="text-left nowrap">添加时间</th>
|
|
|
</tr>
|
|
@@ -22,6 +23,7 @@
|
|
|
<td class='text-left nowrap'>{$vo.u_phone|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.price_total|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.level_name|default=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.month|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.order_no|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.create_at}</td>
|
|
|
</tr>
|