Commit 0e8ac091 by lujunyi

默认药师

parent 515b911f
......@@ -74,6 +74,7 @@ protected function grid()
});
$grid->column('practicing_license_expired_time');
$grid->column('pharmacy.name', '关联药店');
$grid->column('is_default')->using([0 => '否', 1 => '是']);
// $grid->column('practicing_license')->image('', 50, 50);
// $grid->column('physician_license')->image('', 50, 50);
// $grid->column('created_at');
......
......@@ -15,6 +15,7 @@
'signed_pic' => '签名照',
'status' => '启用',
'pharmacy_id' => '关联药店',
'is_default' => '默认',
],
'options' => [
],
......
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