From b7680247a76c8f5efd112a15f9c1e64c851c8cef Mon Sep 17 00:00:00 2001 From: xue jiahao Date: Wed, 26 Feb 2025 10:38:46 +0800 Subject: [PATCH] =?UTF-8?q?remove=20fillApproveArea=20in=20=E5=80=8B?= =?UTF-8?q?=E5=88=A5=E9=85=8D=E6=85=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/個別配慮/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/個別配慮/main.js b/src/個別配慮/main.js index 9bc95df..26464a2 100644 --- a/src/個別配慮/main.js +++ b/src/個別配慮/main.js @@ -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);