zhengkaixin 4 lat temu
rodzic
commit
a79cbee8bd

+ 11 - 0
src/projects/business/router/master.js

@@ -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',

+ 8 - 0
src/projects/business/views/Master/Health/WorkerReport.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>