@@ -613,6 +613,17 @@ const routesMaster = [
title: '职工台账',
}
},
+ //职工打卡(健康打卡)
+ {
+ path: 'workerReport',
+ name: 'MasterHealthWorkerReport',
+ component: () => import('../views/Master/Health/WorkerReport.vue'),
+ meta: {
+ requireAuth: false,
+ role: [],
+ title: '健康打卡',
+ }
+ },
//职工台账详情
{
path: 'workerInfo',
@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+<style>
+</style>