add menu template salary

This commit is contained in:
Warunee Tamkoo 2024-09-12 16:41:05 +07:00
parent 935c85aba0
commit f1d1542b90
4 changed files with 387 additions and 4 deletions

View file

@ -132,12 +132,23 @@ const menuList = readonly<any[]>([
role: ["SUPER_ADMIN", "ADMIN"],
},
{
key: 6,
key: 2,
icon: "mdi-file-document-outline",
activeIcon: "mdi-file-document-outline",
label: "รายการคำสั่งและ Template",
path: "commandTemplate",
label: "คำสั่งและ Template",
role: ["SUPER_ADMIN", "ADMIN"],
children: [
{
key: 2.0,
label: "รายการคำสั่ง",
path: "commandTemplate",
},
{
key: 2.0,
label: "Template สำหรับลงในตำแหน่ง/เงินเดือน",
path: "salaryTemplate",
},
],
},
]);