Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-02-13 18:11:42 +07:00
commit 5f2d8cd481

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) => {