เพิ่มเมนูย่อย retirement

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-21 15:30:54 +07:00
parent e62d78ccb1
commit c13df46549
2 changed files with 45 additions and 5 deletions

View file

@ -206,6 +206,7 @@ const menuList = readonly<any[]>([
},
],
},
{
key: 7,
icon: "mdi-account-cancel-outline",
@ -213,6 +214,44 @@ const menuList = readonly<any[]>([
label: "พ้นจากราชการ",
path: "retirement",
role: "retirement",
children: [
{
key: 7.1,
label: "ประกาศเกษียณ",
path: "retirement",
role: "retirement",
},
{
key: 7.2,
label: "ลาออก",
path: "resign",
role: "retirement",
},
{
key: 7.3,
label: "คำสั่งลาออก",
path: "resign-order",
role: "retirement",
},
{
key: 7.4,
label: "Exit interviwe",
// path: "",
role: "retirement",
},
{
key: 7.5,
label: "ถึงแก่กรรม",
path: "deceased",
role: "retirement",
},
{
key: 7.6,
label: "คำสั่งให้ออก ปลดออก ไล่ออก",
path: "dismiss-order",
role: "retirement",
},
],
},
{
key: 8,