添加考勤菜单
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// 菜单列表改了路由要记得改菜单相互匹配
|
||||
const menuTable = [
|
||||
{
|
||||
title: "首页",
|
||||
@@ -10,5 +9,10 @@ const menuTable = [
|
||||
url: "/groupManagement",
|
||||
icon: "Notebook",
|
||||
},
|
||||
{
|
||||
title: "综合部初审列表",
|
||||
url: "/performance/attendance/general",
|
||||
icon: "Notebook",
|
||||
},
|
||||
];
|
||||
export default menuTable;
|
||||
|
||||
Reference in New Issue
Block a user