Commit c297fbb9 by lujunyi

营业时间

parent 789e9b60
......@@ -122,7 +122,7 @@ protected function form()
$form->text('address')->width(4);
$form->mobile('mobile')->width(4)->required()->help('药店登录账号');
$form->timeRange('business_start', 'business_end', '营业时间')->required();
$form->map('lat', 'lng', '经纬度坐标')->width(4);
$form->map('lat', 'lng', '经纬度坐标');
$form->select('user_id')->options(User::all()->pluck('openid', 'id'))->width(4)->help('实际后台操作可以不用关联');
$form->switch('status')->width(4);
$form->switch('is_open')->width(4);
......
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