v2.5更新

This commit is contained in:
2026-05-29 17:35:29 +08:00
parent 6c0d8f0e94
commit fe58ee1d23
12 changed files with 258 additions and 24 deletions

12
sql/upgrades/v2.5.sql Normal file
View File

@@ -0,0 +1,12 @@
-- ===========================================
-- 班级操行分管理系统 - v2.3 → v2.5 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.5 为功能增强版本,无数据库 schema 变更。
-- 主要变更:
-- 1. 历史记录页优化(文字宽度/换行/合并按钮样式)
-- 2. 新增"状态"筛选项(正常/已撤销)
-- 3. 合并记录支持批量撤销/反撤销
-- 4. 操作菜单底部遮挡修复
-- 5. 删除科目报错修复
-- ===========================================