fix:통합정산 고객사 하단 상태 라벨(잠재고객/가망 등) 제거

This commit is contained in:
김보곤
2026-02-20 19:48:42 +09:00
parent 9f0f49b38c
commit 3be9e22654
2 changed files with 0 additions and 8 deletions

View File

@@ -134,13 +134,6 @@ class="w-full rounded-lg border-gray-300 text-sm focus:border-indigo-500 focus:r
{{-- 고객사 --}}
<td class="px-4 py-3">
<div class="text-sm font-medium text-gray-900">{{ $companyName }}</div>
@if ($tenantActive)
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-100 text-green-700">활성</span>
@elseif ($mgmt->tenant)
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-gray-100 text-gray-500">비활성</span>
@else
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-yellow-100 text-yellow-700">가망</span>
@endif
</td>
{{-- 담당파트너 --}}

View File

@@ -86,7 +86,6 @@ class="w-full rounded-lg border-gray-300 text-sm focus:border-teal-500 focus:rin
{{-- 고객사 --}}
<td class="px-4 py-3">
<div class="text-sm font-medium text-gray-900">{{ $companyName }}</div>
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium {{ $contractStatusColor }}">{{ $contractStatusLabel }}</span>
</td>
{{-- 담당 파트너 --}}