대시보드 상세통계 추가
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-24 09:32:39 +09:00
parent 26679cf649
commit 6c70d9611b
2 changed files with 28 additions and 19 deletions
@@ -634,7 +634,17 @@
<div id="pagerSummary"></div>
</div>
<!-- 상세 그리드 -->
<div style="margin-top: 20px;">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;">
<div class="title" style="margin: 0;">상세 통계</div>
<button type="button" class="cssbtn" id="btn_excel_export" level="R">
<i class="material-icons">file_download</i> Excel 다운로드 (상세)
</button>
</div>
<table id="grid"></table>
<div id="pager"></div>
</div>
</div>
</div>
</body>