From 1bd74a2f252001947297e3c1311f460c86d1cc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 19 Mar 2021 10:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/auth/index.html | 2 +- app/admin/view/menu/index.html | 2 +- app/admin/view/module/index.html | 2 +- app/admin/view/oplog/index.html | 2 +- app/admin/view/queue/index.html | 2 +- app/admin/view/user/index.html | 4 ++-- app/data/view/news_item/index.html | 2 +- app/data/view/shop_goods/index.html | 4 ++-- app/data/view/shop_goods_cate/index.html | 2 +- app/data/view/shop_order/index.html | 4 ++-- app/data/view/shop_order_send/index.html | 4 ++-- app/data/view/shop_truck_company/index.html | 4 ++-- app/data/view/shop_truck_template/index.html | 2 +- app/data/view/user/index.html | 2 +- app/data/view/user_notify/index.html | 2 +- app/wechat/view/fans/index.html | 2 +- app/wechat/view/keys/index.html | 2 +- 17 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/admin/view/auth/index.html b/app/admin/view/auth/index.html index b67cc2151..2e24451e9 100644 --- a/app/admin/view/auth/index.html +++ b/app/admin/view/auth/index.html @@ -11,7 +11,7 @@ {/block} {block name="content"} -
+
{include file='auth/index_search'} {notempty name='list'} diff --git a/app/admin/view/menu/index.html b/app/admin/view/menu/index.html index 525907078..99fed8737 100644 --- a/app/admin/view/menu/index.html +++ b/app/admin/view/menu/index.html @@ -11,7 +11,7 @@ {/block} {block name="content"} -
+
{empty name='list'}
没 有 记 录 哦!
{else} diff --git a/app/admin/view/module/index.html b/app/admin/view/module/index.html index 8e05b3c0a..9aa7306a3 100644 --- a/app/admin/view/module/index.html +++ b/app/admin/view/module/index.html @@ -1,7 +1,7 @@ {extend name='main'} {block name="content"} -
+
{notempty name='modules'} diff --git a/app/admin/view/oplog/index.html b/app/admin/view/oplog/index.html index 815fd8664..9207a1269 100644 --- a/app/admin/view/oplog/index.html +++ b/app/admin/view/oplog/index.html @@ -11,7 +11,7 @@ {/block} {block name="content"} -
+
{include file='oplog/index_search'}
{notempty name='list'} diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index f3211b952..5d9ec8849 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -19,7 +19,7 @@ {/block} {block name="content"} -
+
diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 913067f55..4ebdd0b5b 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -19,7 +19,7 @@ {/block} {block name="content"} -
+
    {foreach ['all'=>'系统用户','recycle'=>'回 收 站'] as $k=>$v} {if isset($type) and $type eq $k} @@ -28,7 +28,7 @@
  • {$v}
  • {/if}{/foreach}
-
+
{include file='user/index_search'}
{notempty name='list'} diff --git a/app/data/view/news_item/index.html b/app/data/view/news_item/index.html index 093bf732e..580ad0867 100644 --- a/app/data/view/news_item/index.html +++ b/app/data/view/news_item/index.html @@ -15,7 +15,7 @@ {/block} {block name='content'} -
+
{include file='news_item/index_search'}
{notempty name='list'} diff --git a/app/data/view/shop_goods/index.html b/app/data/view/shop_goods/index.html index 5f73f9df0..c5127f4a9 100644 --- a/app/data/view/shop_goods/index.html +++ b/app/data/view/shop_goods/index.html @@ -21,7 +21,7 @@ {/block} {block name="content"} -
+
    {foreach ['index'=>'商品管理','recycle'=>'回 收 站'] as $k=>$v} {if isset($type) and $type eq $k} @@ -30,7 +30,7 @@
  • {$v}
  • {/if}{/foreach}
-
+
{include file='shop_goods/index_search'}
{notempty name='list'} diff --git a/app/data/view/shop_goods_cate/index.html b/app/data/view/shop_goods_cate/index.html index edbd39972..c2d2a40b2 100644 --- a/app/data/view/shop_goods_cate/index.html +++ b/app/data/view/shop_goods_cate/index.html @@ -11,7 +11,7 @@ {/block} {block name="content"} -
+
{notempty name='list'}
diff --git a/app/data/view/shop_order/index.html b/app/data/view/shop_order/index.html index 13a02f48d..1ed774daf 100644 --- a/app/data/view/shop_order/index.html +++ b/app/data/view/shop_order/index.html @@ -7,7 +7,7 @@ {/block} {block name="content"} -
+
    {foreach ['ta'=>'全部订单','t2'=>'待支付的订单','t3'=>'待审核的订单','t4'=>'待发货的订单','t5'=>'待收货的订单','t6'=>'已完成的订单','t0'=>'已取消的订单'] as $k=>$v} {if isset($type) and 't'.$type eq $k} @@ -16,7 +16,7 @@
  • {$v}{$total[$k]??0}
  • {/if}{/foreach}
-
+
{include file='shop_order/index_search'}
{notempty name='list'} diff --git a/app/data/view/shop_order_send/index.html b/app/data/view/shop_order_send/index.html index 1013c51f2..6b225e3c2 100644 --- a/app/data/view/shop_order_send/index.html +++ b/app/data/view/shop_order_send/index.html @@ -7,7 +7,7 @@ {/block} {block name="content"} -
+
    {foreach ['ta'=>'全部订单','t1'=>'待发货的订单','t2'=>'已发货的订单','t0'=>'已取消的订单'] as $k => $v} {if isset($type) and 't'.$type eq $k} @@ -16,7 +16,7 @@
  • {$v}{$total[$k]??0}
  • {/if}{/foreach}
-
+
{include file='shop_order_send/index_search'}
{notempty name='list'} diff --git a/app/data/view/shop_truck_company/index.html b/app/data/view/shop_truck_company/index.html index a28d52dd8..7d3005e49 100644 --- a/app/data/view/shop_truck_company/index.html +++ b/app/data/view/shop_truck_company/index.html @@ -23,7 +23,7 @@ {/block} {block name="content"} -
+
    {foreach ['index'=>'快递公司','recycle'=>'回 收 站'] as $k=>$v} {if $type eq $k} @@ -32,7 +32,7 @@
  • {$v}
  • {/if}{/foreach}
-
+
{include file='shop_truck_company/index_search'}
{notempty name='list'} diff --git a/app/data/view/shop_truck_template/index.html b/app/data/view/shop_truck_template/index.html index d08758fba..ff0cdf37a 100644 --- a/app/data/view/shop_truck_template/index.html +++ b/app/data/view/shop_truck_template/index.html @@ -8,7 +8,7 @@ {block name="content"}
-
+
{include file='shop_truck_template/index_search'}
{notempty name='list'} diff --git a/app/data/view/user/index.html b/app/data/view/user/index.html index 37a307e55..2d299e101 100644 --- a/app/data/view/user/index.html +++ b/app/data/view/user/index.html @@ -7,7 +7,7 @@ {/block} {block name="content"} -
+
{include file='user/index_search'}
{notempty name='list'} diff --git a/app/data/view/user_notify/index.html b/app/data/view/user_notify/index.html index 21359f833..7d0b982a7 100644 --- a/app/data/view/user_notify/index.html +++ b/app/data/view/user_notify/index.html @@ -12,7 +12,7 @@ {/block} {block name='content'} -
+
{include file='user_notify/index_search'}
{notempty name='list'} diff --git a/app/wechat/view/fans/index.html b/app/wechat/view/fans/index.html index 6e070d7db..6e0805e4b 100644 --- a/app/wechat/view/fans/index.html +++ b/app/wechat/view/fans/index.html @@ -15,7 +15,7 @@ {/block} {block name="content"} -
+
{include file='fans/index_search'}
{notempty name='list'} diff --git a/app/wechat/view/keys/index.html b/app/wechat/view/keys/index.html index e8791863b..aee21af6e 100644 --- a/app/wechat/view/keys/index.html +++ b/app/wechat/view/keys/index.html @@ -11,7 +11,7 @@ {/block} {block name='content'} -
+
{include file='keys/index_search'}
{notempty name='list'}