Commit da37c3ec by 赵增煜

增加诊断类型

parent 1df74227
......@@ -45,7 +45,7 @@ public function form()
// $this->switch('prescription_auto', '医师自动开方')->default(($data['prescription_auto'] ?? 0));
$this->text('limit_keywords', '麻黄素类药品限制关键词')->default($data['limit_keywords'] ?? '')->required()->help('多个关键词请用英文逗号分隔');
$this->number('ephedrine_limit_buy_7', '麻黄素类药品7日内限购(全局)')->required()->default(($data['ephedrine_limit_buy_7'] ?? 1))->min(1)->max(10)->help('最多可设置10');
$this->text('limit_test_id', '用户端禁用测试药店ID')->default($data['limit_test_id'] ?? '')->required()->help('多个ID请用英文逗号分隔');
$this->text('limit_test_id', '用户端禁用测试药店ID')->default($data['limit_test_id'] ?? '')->help('多个ID请用英文逗号分隔');
$this->disableResetButton();
}
}
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