Commit cb9e11be by 赵增煜

处方详情测试标题

parent 519185e6
......@@ -125,6 +125,8 @@ protected function detail($id)
if (Admin::user()->pharmacy_id != $prescription->pharmacy_id) {
admin_exit(Content::make()->withError(trans('admin.deny')));
}
$this->header = '处方详情';
return Show::make($id, new PrescriptionRepository(), function (Show $show) {
$show->field('id')->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