wupengfei 3 anni fa
parent
commit
83ee44fea8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      application/store/view/order_shift/index.html

+ 2 - 0
application/store/view/order_shift/index.html

@@ -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']}