ออกคำสั่งบรรจุ main update /route

เพิ่ม DropDown / ต่อ route เพิ่ม icon
This commit is contained in:
AnandaTon 2023-06-21 17:10:26 +07:00
parent 81aca2a74b
commit 7380949637
4 changed files with 168 additions and 51 deletions

View file

@ -175,11 +175,23 @@ const menuList = readonly<any[]>([
},
{
key: 6,
icon: "mdi-home-variant-outline",
activeIcon: "mdi-home-variant",
label: "บรรจุ แต่งตั้ง ย้าย โอน",
path: "placement",
icon: "how_to_reg",
activeIcon: "how_to_reg",
label: "บรรจุ แต่งตั้ง ย้าย โอน",
role: "placement",
children: [
{
label: "รายชื่อผู้สอบผ่าน" /* รายชื่อผู้สอบผ่าน */,
path: "placement",
role: "placement",
},
{
label: "ออกคำสั่งบรรจุ" /* ออกคำสั่งบรรจุ */,
path: "Orderplacement",
role: "placement",
},
],
},
{
key: 7,
@ -310,5 +322,5 @@ const tabList_placement = readonly<tabType[]>([
},
]);
export { menuList, tabList ,tabList_placement };
export { menuList, tabList, tabList_placement };
export type { ScrollType, tabType, menuType, notiType, optionType };