remove fillApproveArea in 個別配慮

This commit is contained in:
2025-02-26 10:38:46 +08:00
parent fa3b57dd17
commit b7680247a7

View File

@@ -62,8 +62,7 @@
return;
}
const baseCells = findCellsInfo(worksheet, ['園長', '月', '児童名']);
fillApproveArea(baseCells, worksheet, records[0]); // TODO force use records[0]?
const baseCells = findCellsInfo(worksheet, ['月', '児童名']);
const pageSize = 10;
const totalPages = Math.ceil(records.length / pageSize);