UI รายการ web services
This commit is contained in:
parent
6cdb755d07
commit
55576bc7b3
6 changed files with 376 additions and 0 deletions
|
|
@ -167,6 +167,15 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
key: 6,
|
||||
icon: "mdi-web",
|
||||
activeIcon: "mdi-web",
|
||||
label: "จัดการ web services",
|
||||
path: "manageWebservices",
|
||||
role: ["SUPER_ADMIN"],
|
||||
},
|
||||
]);
|
||||
|
||||
export { menuList };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue