fix ชื่อ report insignia

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-13 17:34:15 +07:00
parent fddb014b4c
commit 9ae2cbac4e

View file

@ -496,7 +496,11 @@ async function downloadFileexcel() {
.then(async (res) => {
await downloadFile(
res,
`รายชื่อข้าราชการสามัญฯ ${props.roundName}.xlsx`
`รายชื่อ${
DataStore.employeeClass === "officer"
? "ข้าราชการ กทม.สามัญ"
: "ลูกจ้างประจำ"
} ${props.roundName}(${DataStore.typeinsignia}).xlsx`
);
})
.catch((err) => {