feat: add summary registration and deletion review

This commit is contained in:
Codex
2026-06-15 16:23:06 +08:00
parent cc46f651dc
commit 854e4942ba
10 changed files with 597 additions and 22 deletions
+12 -2
View File
@@ -128,8 +128,9 @@
<tr>
<th>编号</th>
<th>状态</th>
<th>类型</th>
<th>原记录</th>
<th>修改后</th>
<th>处理内容</th>
<th>提交时间</th>
<th>操作</th>
</tr>
@@ -305,10 +306,19 @@
<button type="submit">提交缴费记录</button>
</div>
</form>
<form id="summaryRegisterForm" class="admin-form">
<h3>课程小结登记</h3>
<div id="summaryRegisterItems" class="summary-register-items"></div>
<button id="addSummaryRegisterItemBtn" class="secondary-button" type="button">再填一条</button>
<p id="summaryRegisterStatus" class="inline-account-loading"></p>
<div class="modal-actions">
<button type="submit">提交课程小结</button>
</div>
</form>
</div>
</section>
</main>
<script src="/static/admin.js?v=20260615-summary-review-drawer"></script>
<script src="/static/admin.js?v=20260615-summary-register-delete"></script>
</body>
</html>