fix grade grouping
This commit is contained in:
BIN
document/①仕様書_園児別出欠簿入力_20250402.xlsx
Normal file
BIN
document/①仕様書_園児別出欠簿入力_20250402.xlsx
Normal file
Binary file not shown.
@@ -43,7 +43,7 @@
|
||||
await createExcelAndDownload({
|
||||
api,
|
||||
excelName,
|
||||
exportName: getExcelName(excelName, getFormatDateString(date).replaceAll('-', '')),
|
||||
exportName: getExcelName(excelName, record['学年'].value + '_' + getFormatDateString(date).replaceAll('-', '')),
|
||||
bizLogic: writeExcel(record, getJapaneseEraDate(date)),
|
||||
});
|
||||
loading(false);
|
||||
|
||||
Reference in New Issue
Block a user