Commit 1700d91a by 赵增煜

提示修改

parent 7aa53d26
......@@ -62,7 +62,7 @@ protected function grid()
$filter->like('drug.name', '药品名称')->width(3);
$filter->like('drug.code', '药品简码')->width(3);
$filter->like('drug.factory', '生产厂家')->width(3);
$filter->in('drug.drug_type')->checkbox(DrugModel::DRUG_TYPE_MAP)->width(3);
$filter->in('drug.drug_type','药品类型')->checkbox(DrugModel::DRUG_TYPE_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