diff --git a/app/Forms/ParamedicForm.php b/app/Forms/ParamedicForm.php index 9c07649..2a92cb1 100755 --- a/app/Forms/ParamedicForm.php +++ b/app/Forms/ParamedicForm.php @@ -14,7 +14,7 @@ class ParamedicForm extends Form $this->add("mobile", Field::TEXT, ["label" => "电话", "rules" => "required"]); $this->add("serial", Field::TEXT, ["label" => "编号", "rules" => "required"]); $this->add("avatar", Field::TEXT, ["label" => "照片", "attr" => ["data-plugin" => "uploader"]]); - $this->add("health_certificate", Field::TEXT, ["label" => "健康证", "attr" => ["data-plugin" => "uploader"]]); +// $this->add("health_certificate", Field::TEXT, ["label" => "健康证", "attr" => ["data-plugin" => "uploader"]]); $this->add("work_certificate", Field::TEXT, ["label" => "护理员证", "attr" => ["data-plugin" => "uploader"]]); $this->add("id_card_number", Field::TEXT, ["label" => "身份证号"]); $this->add("sex", Field::SELECT, ["label" => "性别", "choices" => [