แก้ชื่อประเภทพ้นราชการ

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-01 13:02:02 +07:00
parent 410fca81f3
commit 36b9b8b37a

View file

@ -771,31 +771,31 @@ const reasonStatus = ref<boolean>(false);
const leaveReason = ref<string>("");
const reasonOptions = ref<DataOption[]>([
{
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<DataOption[]>([
// name: "",
// },
{
id: "other",
id: "OTHER",
name: "อื่นๆ",
},
]);