From 18216af06467065a81072592b1b1198bcde77a82 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Wed, 18 Dec 2019 15:22:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=87=AA=E6=8F=90=E7=82=B9=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/modules/shop/views/taking-site/_search.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/modules/shop/views/taking-site/_search.php b/backend/modules/shop/views/taking-site/_search.php index 6d1d771..6db10b9 100755 --- a/backend/modules/shop/views/taking-site/_search.php +++ b/backend/modules/shop/views/taking-site/_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}",