ตั้งค่าระบบ => UI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-05 17:34:30 +07:00
parent 587daf6a0e
commit c82577c05b
8 changed files with 340 additions and 0 deletions

View file

@ -118,6 +118,14 @@ const menuList = readonly<any[]>([
path: "viewLogs",
role: ["SUPER_ADMIN", "ADMIN"],
},
{
key: 5,
icon: "settings",
activeIcon: "settings",
label: "ตั้งค่าระบบ",
path: "viewSystem",
role: ["SUPER_ADMIN", "ADMIN"],
},
]);
export { menuList };