Add 0,1歳日誌出力用園児名

This commit is contained in:
2025-04-09 11:48:57 +08:00
parent 6f89dc231b
commit 5ccf42ea8f
2 changed files with 1 additions and 1 deletions

View File

@@ -50,7 +50,7 @@
await createExcelAndDownload({
api,
excelName,
exportName: getExcelName(excelName, yearStr + monthStr + '_' + className + '組'),
exportName: getExcelName(excelName, yearStr + monthStr + '_' + className + '組_' + record['園児名'].value),
bizLogic: writeExcel(record, className, getJapaneseEraDate(new Date(yearStr, monthInput - 1, 1))),
});
loading(false);