remove fillApproveArea in 個別配慮
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user