Commit 76df7ffe by lujunyi

刷新

parent b37345a4
......@@ -59,6 +59,7 @@ protected function grid()
$filter->like('name')->width(3);
$filter->like('id_card')->width(3);
$filter->like('mobile')->width(3);
$filter->in('status')->checkbox(DoctorModel::STATUS_MAP)->width(3);
$filter->in('is_auto', '自动开方')->checkbox(DoctorModel::IS_AUTO_MAP)->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