ui รายงานสถิติการลงเวลา
This commit is contained in:
parent
3cde135b74
commit
66c646189d
3 changed files with 640 additions and 21 deletions
|
|
@ -10,6 +10,9 @@ const ChangeRoundMain = () =>
|
|||
const SpecialTimeMain = () =>
|
||||
import("@/modules/09_leave/views/04_SpecialTimeMain.vue");
|
||||
const leaveReport = () => import("@/modules/09_leave/views/06_ReportMain.vue");
|
||||
|
||||
const CheckinReport = () =>
|
||||
import("@/modules/09_leave/views/07_ReportCheckin.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/round-time",
|
||||
|
|
@ -91,24 +94,15 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: "/statistics-report",
|
||||
// name: "/statistics-report",
|
||||
// component: reportMain,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: [9],
|
||||
// Role: "leave",
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// path: "/statistics-report/:type",
|
||||
// name: "/statistics-report-detail",
|
||||
// component: reportDetail,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: [9],
|
||||
// Role: "leave",
|
||||
// },
|
||||
// },
|
||||
|
||||
{
|
||||
path: "/checkinReport",
|
||||
name: "checkinReport",
|
||||
component: CheckinReport,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_WORK_REPORT",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue