From 36b9b8b37a7188b9b3c04dc422427bdcfd117202 Mon Sep 17 00:00:00 2001 From: "DESKTOP-2S5P7D1\\Windows 10" Date: Fri, 1 Sep 2023 13:02:02 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=A0?= =?UTF-8?q?=E0=B8=97=E0=B8=9E=E0=B9=89=E0=B8=99=E0=B8=A3=E0=B8=B2=E0=B8=8A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Profile.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index e1e50618d..1272fb36d 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -771,31 +771,31 @@ const reasonStatus = ref(false); const leaveReason = ref(""); const reasonOptions = ref([ { - id: "retire", + id: "RETIRE", name: "เกษียณอายุราชการ", }, { - id: "resign", + id: "RESIGN", name: "ลาออก", }, { - id: "transfer", + id: "TRANSFER", name: "ให้โอน", }, { - id: "death", + id: "DEATH", name: "ถึงแก่กรรม", }, { - id: "layoff", + id: "LAYOFF", name: "ให้ออก", }, { - id: "discharge", + id: "DISCHARGE", name: "ปลดออก", }, { - id: "dismiss", + id: "DISMISS", name: "ไล่ออก", }, // { @@ -803,7 +803,7 @@ const reasonOptions = ref([ // name: "เปลี่ยนประเภทข้าราชการ", // }, { - id: "other", + id: "OTHER", name: "อื่นๆ", }, ]);