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}