fix:실제 사용되는 정산상세 모달에 승인취소 버튼 추가

This commit is contained in:
김보곤
2026-02-20 19:40:44 +09:00
parent 9351e215e4
commit 9f0f49b38c

View File

@@ -176,6 +176,11 @@ class="px-4 py-2 bg-red-600 hover:bg-red-700 text-white rounded-lg transition-co
취소
</button>
@elseif ($commission->status === 'approved')
<button type="button"
onclick="unapproveCommission({{ $commission->id }})"
class="px-4 py-2 bg-yellow-500 hover:bg-yellow-600 text-white rounded-lg transition-colors">
승인취소
</button>
<button type="button"
onclick="markPaidCommission({{ $commission->id }})"
class="px-4 py-2 bg-green-600 hover:bg-green-700 text-white rounded-lg transition-colors">