This commit is contained in:
13684185576
2025-11-13 20:55:41 +08:00
parent da6c07de87
commit ce2cc79be3
8 changed files with 494 additions and 146 deletions

View File

@ -594,6 +594,15 @@ export const privateRoutes = [{
icon: "article-ranking"
},
},
{
path: "/taskPage/clockRecord",
component: () => import("@/views/backOfficeSystem/service/taskPage/clockRecord/index"),
name: "clockRecord",
meta: {
title: '打卡情况',
icon: "article-ranking"
},
},
]
},
{