แก้ไขทะเบียนประวัติวินัย
This commit is contained in:
parent
2fb4533c08
commit
e35009c758
1 changed files with 14 additions and 2 deletions
|
|
@ -162,7 +162,13 @@ const Ops = ref<DisciplineOps>({
|
||||||
{ id: "4", name: "ร้ายแรง", disable: true },
|
{ id: "4", name: "ร้ายแรง", disable: true },
|
||||||
{ id: "ปลดออก", name: "ปลดออก", disable: false },
|
{ id: "ปลดออก", name: "ปลดออก", disable: false },
|
||||||
{ 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<DisciplineOps>({
|
const OpsFilter = ref<DisciplineOps>({
|
||||||
|
|
@ -182,7 +188,13 @@ const OpsFilter = ref<DisciplineOps>({
|
||||||
{ id: "4", name: "ร้ายแรง", disable: true },
|
{ id: "4", name: "ร้ายแรง", disable: true },
|
||||||
{ id: "ปลดออก", name: "ปลดออก", disable: false },
|
{ id: "ปลดออก", name: "ปลดออก", disable: false },
|
||||||
{ 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,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue