Browse Source

Merge branch 'master' of http://git.9026.com/swdz-WangHaijun/BaoMa

Swdz-WangHaiJun 4 năm trước cách đây
mục cha
commit
a8b8581330
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/Admin/Controllers/OrganizationController.php

+ 2 - 0
app/Admin/Controllers/OrganizationController.php

xqd
@@ -41,6 +41,8 @@ class OrganizationController extends AdminController
                     2=>'二级',
                     3=>'三级'
                 ]);
+                $filter->like('name','名称');
+
             });
             $filter->column(1/2, function ($filter) {
                 $filter->equal('province_id','省份')->select(Area::where('level',1)->pluck('name','id'));