From 82deeda59c877c6e29ec21154d8b74cb55e38be4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 12 Sep 2020 16:01:24 +0800 Subject: [PATCH] Update index.html --- app/data/view/shop_order/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/view/shop_order/index.html b/app/data/view/shop_order/index.html index 359c34b71..d3a3c19c3 100644 --- a/app/data/view/shop_order/index.html +++ b/app/data/view/shop_order/index.html @@ -1,7 +1,7 @@ {extend name="../../admin/view/main"} {block name="content"} -
+
    {foreach ['ta'=>'全部订单','t2'=>'待支付的订单','t3'=>'待发货的订单','t4'=>'待收货的订单','t5'=>'已完成的订单','t0'=>'已取消的订单'] as $k=>$v} {if isset($type) and 't'.$type eq $k} @@ -10,7 +10,7 @@
  • {$v} {$total[$k]??0}
  • {/if}{/foreach}
-
+
{include file='shop_order/index_search'} {notempty name='list'}