Commit 2f40f9e7 by lujunyi

去掉全局开方

parent c9a148b0
......@@ -40,7 +40,7 @@ public function form()
$this->number('prescription_limit_buy_7', '7日内限购(全局)')->required()->default(($data['prescription_limit_buy_7'] ?? 0));
$this->switch('prescription_auto', '医师自动开方')->default(($data['prescription_auto'] ?? 0));
// $this->switch('prescription_auto', '医师自动开方')->default(($data['prescription_auto'] ?? 0));
$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