label('查看'), Actions\DeleteAction::make() ->label('删除'), ]; } protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); } protected function getSavedNotificationTitle(): ?string { return '角色更新成功'; } }