feat(monthly-comparison): 상세 뷰 작업자 이름 + 검토완료 버튼

- detail 모드: 제목에 "김두수 근무 비교" 작업자 이름 표시
- 하단에 "검토완료" 버튼 → POST /admin-check → 목록 복귀
- 목록에서 ✓검토 뱃지로 구별

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-01 08:27:41 +09:00
parent 10fd65ba9e
commit 4bb4fbd225
2 changed files with 39 additions and 1 deletions

View File

@@ -86,6 +86,13 @@
<i class="fas fa-check-circle text-green-500"></i>
<span id="confirmedText"></span>
</div>
<!-- 관리자 검토완료 버튼 (detail 모드) -->
<div class="mc-bottom-actions hidden" id="adminCheckBtn">
<button type="button" style="flex:1;padding:14px;background:#10b981;color:white;font-size:0.9rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;" onclick="markAdminChecked()">
<i class="fas fa-check mr-2"></i>검토완료
</button>
</div>
</div>
<!-- ═══ 관리자 뷰 ═══ -->
@@ -162,7 +169,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=2026040102"></script>
<script src="/js/monthly-comparison.js?v=2026040103"></script>
<script>initAuth();</script>
</body>
</html>