fix: [mobile] 모바일 점검 페이지 담당자 → 관리자 정/부 라벨 변경

- 담당: → 관리자 정: 으로 변경
- 관리자 부 표시 추가
This commit is contained in:
김보곤
2026-02-28 16:15:04 +09:00
parent e0980702a6
commit 080e6b13e5

View File

@@ -20,7 +20,10 @@
<span>{{ $equipment->production_line }}</span>
@endif
@if($equipment->manager)
<span>담당: {{ $equipment->manager->name }}</span>
<span>관리자 : {{ $equipment->manager->name }}</span>
@endif
@if($equipment->subManager)
<span>관리자 : {{ $equipment->subManager->name }}</span>
@endif
</div>
</div>