Add 「学年」

This commit is contained in:
2025-04-09 09:57:33 +08:00
parent 2a6fa741e1
commit 6f89dc231b
2 changed files with 1 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ class Link1Handler {
list: [],
'年': { 'value': Number(year) },
'月': { 'value': Number(month) },
'学年': { 'value': record['学年'].value },
'クラス': { 'value': record['クラス'].value },
'出席番号': { 'value': record['出席番号'].value },
'園児名': { 'value': record['園児名'].value },