Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在归属选择功能中新增多个归属,地图不渲染 #28

Open
CoderHuu opened this issue Jul 31, 2020 · 0 comments
Open

在归属选择功能中新增多个归属,地图不渲染 #28

CoderHuu opened this issue Jul 31, 2020 · 0 comments

Comments

@CoderHuu
Copy link

CoderHuu commented Jul 31, 2020

$form->hasMany('mixing_station','搅拌站', function (Form\NestedForm $form) {
$form->text('title', '搅拌站名称')->rules('max:45')->required();
$form->latlong('latitude', 'longitude', '坐标')
->default(['lat' => 30.807874, 'lng' => 108.408663])
->required();
});

新增数量大于1后,坐标不渲染

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant