ตั้งค่าระบบ => UI
This commit is contained in:
parent
587daf6a0e
commit
c82577c05b
8 changed files with 340 additions and 0 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue