From c946c7db2e65e1843f1772f1770631aa5300fc17 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Wed, 18 Dec 2019 11:11:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=89=8D=E7=AB=AF=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E5=90=8D=E7=A7=B0=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/goods/views/shop-category/_search.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/modules/goods/views/shop-category/_search.php b/backend/modules/goods/views/shop-category/_search.php index 1e839e6..b7d6f94 100755 --- a/backend/modules/goods/views/shop-category/_search.php +++ b/backend/modules/goods/views/shop-category/_search.php @@ -29,6 +29,19 @@ use \blobt\widgets\DateRangePicker; ]) ?> +
+ field($model, 'name', [ + "template" => "{input}{error}", + "inputOptions" => [ + "placeholder" => "类别名称", + "class" => "form-control", + ], + "errorOptions" => [ + "class" => "error-tips" + ] + ]) + ?> +
field($model, "created_at_range", [ "template" => "{input}{error}",