From e35009c758a6f5c5f010e9d13ab7e96cc0e72dcb Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 24 Jan 2025 11:26:30 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4?= =?UTF-8?q?=E0=B8=A7=E0=B8=B4=E0=B8=99=E0=B8=B1=E0=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GovernmentInformation/02_Discipline.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue index 135eb32c8..68de0d48d 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue @@ -162,7 +162,13 @@ const Ops = ref({ { id: "4", name: "ร้ายแรง", disable: true }, { id: "ปลดออก", name: "ปลดออก", disable: false }, { id: "ไล่ออก", name: "ไล่ออก", disable: false }, - { id: "อื่นๆ", name: "อื่นๆ", disable: false }, + { id: "5", name: "อื่นๆ", disable: true }, + { id: "พักราชการ", name: "พักราชการ", disable: false }, + { + id: "ให้ออกจากราชการไว้ก่อน", + name: "ให้ออกจากราชการไว้ก่อน", + disable: false, + }, ], }); const OpsFilter = ref({ @@ -182,7 +188,13 @@ const OpsFilter = ref({ { id: "4", name: "ร้ายแรง", disable: true }, { id: "ปลดออก", name: "ปลดออก", disable: false }, { id: "ไล่ออก", name: "ไล่ออก", disable: false }, - { id: "อื่นๆ", name: "อื่นๆ", disable: false }, + { id: "5", name: "อื่นๆ", disable: true }, + { id: "พักราชการ", name: "พักราชการ", disable: false }, + { + id: "ให้ออกจากราชการไว้ก่อน", + name: "ให้ออกจากราชการไว้ก่อน", + disable: false, + }, ], });