wupengfei 2 年之前
父节点
当前提交
aa9d196027
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      application/order/view/level_order/index.html

+ 2 - 0
application/order/view/level_order/index.html

@@ -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>