feat: expand student archive import template

This commit is contained in:
2026-07-21 15:11:52 +08:00
parent a585fd42d5
commit 90cc0c10b2
13 changed files with 1103 additions and 385 deletions

View File

@@ -24,7 +24,7 @@ export interface EditableCellOption {
export interface EditableCellProps<Value = unknown> {
value: Value;
children: React.ReactNode;
children?: React.ReactNode;
editor?: EditableCellEditor;
options?: EditableCellOption[];
permission?: string;