From bf9ad920c26ffe14f27cb2be2d570d720aa19b98 Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 8 May 2024 10:37:27 +0800 Subject: [PATCH] up --- resources/views/admin/paramedic/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/paramedic/index.blade.php b/resources/views/admin/paramedic/index.blade.php index f4742c4..8fbfb57 100755 --- a/resources/views/admin/paramedic/index.blade.php +++ b/resources/views/admin/paramedic/index.blade.php @@ -34,7 +34,7 @@ {{ $row->project->name }} - {{ $row->level->name }} + {{ $row->level ? $row->level->name : "" }} {{-- 专属二维码--}}