fix(monthly-comparison): 미검토→검토완료 뱃지 + 확인버튼 제거

- admin_checked=1: "미검토" → "검토완료" 뱃지(파란색)로 변경
- "✓검토" 별도 뱃지 제거
- "확인 완료/문제 있음" 하단 버튼 항상 숨김 (관리자 페이지에서 불필요)
- 새 상태 뱃지 CSS: admin_checked, review_sent, change_request

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-01 08:48:50 +09:00
parent 80eb018caa
commit c9249da944
3 changed files with 25 additions and 33 deletions

View File

@@ -164,7 +164,7 @@
<script src="/static/js/tkfb-core.js?v=2026033108"></script>
<script src="/js/api-base.js?v=2026031701"></script>
<script src="/js/monthly-comparison.js?v=2026040104"></script>
<script src="/js/monthly-comparison.js?v=2026040105"></script>
<script>initAuth();</script>
</body>
</html>