vali 6 年之前
父節點
當前提交
f860cc0660
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/view/order/index.html

+ 1 - 1
application/admin/view/order/index.html

@@ -93,7 +93,7 @@
                 <th>{$order.order_dayNumber}</th>
                 <th>{$order.order_buyTime}</th>
                 <th>{$order.order_money}</th>
-                <th>{$order.order_status}</th>
+                <th>{$order.order_status ? '成功':'失败'}</th>
             </tr>
             {/volist}
             {else}