Commit fef20178 by 赵增煜

限制放大

parent c3bc557f
......@@ -137,7 +137,7 @@ protected function form()
$form->switch('is_foreign');
$form->switch('is_rx');
$form->switch('is_si');
$array = range(0, 10);
$array = range(0, 100);
$limitOption = array_combine($array, $array);
$form->select('limit_buy_7')->placeholder('请选择限购数量')->options($limitOption)->help('限购数量')->required()->default(0);
$form->multipleSelect('tag', '标签')
......
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