getResource()::getUrl('view', ['record' => $this->record]); } protected function getSavedNotification(): ?\Filament\Notifications\Notification { return \Filament\Notifications\Notification::make() ->success() ->title('保存成功') ->body('学生信息已更新。'); } }