变更积分'; } protected function authorize($user): bool { return $user->can('dcat.admin.users.change_points'); } public function render() { $form = PointChangeForm::make()->payload(['id'=>$this->getKey()]); return Modal::make() ->lg() ->title($this->title()) ->body($form) ->button($this->title()); } }