From 9ae2cbac4e6827b8bf350e9e78100433e5a0cc75 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 13 Feb 2025 17:34:15 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=20re?= =?UTF-8?q?port=20insignia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/2_Manage/Tab1.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) => {