Commit 58344004 by 赵增煜

增加按照日期筛选条件

parent ac0a79c3
......@@ -31,7 +31,7 @@ protected function grid()
$grid->filter(function (Grid\Filter $filter) {
$filter->panel(); // 更改为 panel 布局
$filter->expand(); // 默认展开搜索框
$filter->like('pharmacy_name')->width(3);
$filter->between('created_at', '创建时间')->date()->width(3);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment