diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index fb3da9f37..8e088e2fc 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -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) => {