เพิ่ม ui เมนูรายการคำสั่งและ Template
This commit is contained in:
parent
6c72c90524
commit
3b9df73811
8 changed files with 45 additions and 0 deletions
|
|
@ -126,6 +126,14 @@ const menuList = readonly<any[]>([
|
|||
path: "viewSystem",
|
||||
role: ["SUPER_ADMIN", "ADMIN"],
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
icon: "mdi-file-document-outline",
|
||||
activeIcon: "mdi-file-document-outline",
|
||||
label: "รายการคำสั่งและ Template",
|
||||
path: "commandTemplate",
|
||||
role: ["SUPER_ADMIN", "ADMIN"],
|
||||
},
|
||||
]);
|
||||
|
||||
export { menuList };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue