feat: 首页支持多选全选与批量积分

This commit is contained in:
JSR
2026-03-20 17:42:30 +08:00
parent d7361b82d3
commit ad6b0808cb
3 changed files with 270 additions and 70 deletions
+11
View File
@@ -396,10 +396,21 @@
"studentCount": "{{count}} 人",
"operationTitle": "积分操作:{{name}}",
"submitOperation": "提交操作",
"operationTitleBatch": "积分操作:已选 {{count}} 人",
"undoLastAction": "撤销上一步",
"undoLastHint": "撤销上一条:{{name}} {{delta}}",
"undoUnavailable": "当前没有可撤销的积分操作",
"undoLastSuccess": "已撤销上一步积分操作",
"multiSelect": "多选",
"batchMode": "多选模式",
"selectAll": "全选",
"clearSelected": "清空已选",
"batchOperate": "批量积分",
"selected": "已选",
"selectedCount": "已选 {{count}} 人",
"batchSuccess": "已为 {{count}} 名学生提交积分",
"batchPartial": "成功提交 {{success}}/{{total}} 名学生积分",
"selectStudentFirst": "请先选择学生",
"addPoints": "加分",
"deductPoints": "扣分",
"pointsChange": "积分变更",