fix:통합정산 고객사 하단 상태 라벨(잠재고객/가망 등) 제거
This commit is contained in:
@@ -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>
|
||||
|
||||
{{-- 담당파트너 --}}
|
||||
|
||||
@@ -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>
|
||||
|
||||
{{-- 담당 파트너 --}}
|
||||
|
||||
Reference in New Issue
Block a user