Commit 6c1a0ee3 by 赵增煜

处方详情测试标题

parent 6ed1bf25
......@@ -128,7 +128,7 @@ protected function detail($id)
return Show::make($id, new PrescriptionRepository(), function (Show $show) {
$show->title('处方详情');
$show->header('处方详情');
$show->field('id')->width(3);
$show->field('status', '处方状态')->width(3)->using(PrescriptionModel::PRESCRIPTION_STATUS_MAP);
......
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