แก้ชื่อประเภทพ้นราชการ
This commit is contained in:
parent
410fca81f3
commit
36b9b8b37a
1 changed files with 8 additions and 8 deletions
|
|
@ -771,31 +771,31 @@ const reasonStatus = ref<boolean>(false);
|
||||||
const leaveReason = ref<string>("");
|
const leaveReason = ref<string>("");
|
||||||
const reasonOptions = ref<DataOption[]>([
|
const reasonOptions = ref<DataOption[]>([
|
||||||
{
|
{
|
||||||
id: "retire",
|
id: "RETIRE",
|
||||||
name: "เกษียณอายุราชการ",
|
name: "เกษียณอายุราชการ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "resign",
|
id: "RESIGN",
|
||||||
name: "ลาออก",
|
name: "ลาออก",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "transfer",
|
id: "TRANSFER",
|
||||||
name: "ให้โอน",
|
name: "ให้โอน",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "death",
|
id: "DEATH",
|
||||||
name: "ถึงแก่กรรม",
|
name: "ถึงแก่กรรม",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "layoff",
|
id: "LAYOFF",
|
||||||
name: "ให้ออก",
|
name: "ให้ออก",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "discharge",
|
id: "DISCHARGE",
|
||||||
name: "ปลดออก",
|
name: "ปลดออก",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "dismiss",
|
id: "DISMISS",
|
||||||
name: "ไล่ออก",
|
name: "ไล่ออก",
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
|
@ -803,7 +803,7 @@ const reasonOptions = ref<DataOption[]>([
|
||||||
// name: "เปลี่ยนประเภทข้าราชการ",
|
// name: "เปลี่ยนประเภทข้าราชการ",
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
id: "other",
|
id: "OTHER",
|
||||||
name: "อื่นๆ",
|
name: "อื่นๆ",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue