เพิ่มเมนูประเมินบุคคล
This commit is contained in:
parent
e410268bfc
commit
f5ebf8d60e
1 changed files with 8 additions and 0 deletions
|
|
@ -483,6 +483,14 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 12,
|
||||
icon: "mdi-account-check",
|
||||
activeIcon: "evaluate",
|
||||
label: "ประเมินบุคคล",
|
||||
path: "evaluate",
|
||||
role: "order", // evaluate
|
||||
},
|
||||
]);
|
||||
|
||||
const tabList = readonly<tabType[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue