From 080e6b13e59c57e3db3be886a02f5968f1814995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 28 Feb 2026 16:15:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[mobile]=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=20=EC=A0=90=EA=B2=80=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=8B=B4?= =?UTF-8?q?=EB=8B=B9=EC=9E=90=20=E2=86=92=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?= =?UTF-8?q?=EC=A0=95/=EB=B6=80=20=EB=9D=BC=EB=B2=A8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 담당: → 관리자 정: 으로 변경 - 관리자 부 표시 추가 --- resources/views/mobile/inspection/show.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/mobile/inspection/show.blade.php b/resources/views/mobile/inspection/show.blade.php index 47d27b3f..d1931373 100644 --- a/resources/views/mobile/inspection/show.blade.php +++ b/resources/views/mobile/inspection/show.blade.php @@ -20,7 +20,10 @@ {{ $equipment->production_line }} @endif @if($equipment->manager) - 담당: {{ $equipment->manager->name }} + 관리자 정: {{ $equipment->manager->name }} + @endif + @if($equipment->subManager) + 관리자 부: {{ $equipment->subManager->name }} @endif