diff --git a/ruoyi-ui/src/api/project/attendanceWorker.js b/ruoyi-ui/src/api/project/attendanceWorker.js
index c68aef86..75b55754 100644
--- a/ruoyi-ui/src/api/project/attendanceWorker.js
+++ b/ruoyi-ui/src/api/project/attendanceWorker.js
@@ -42,3 +42,11 @@ export function delAttendanceWorker(id) {
method: 'delete'
})
}
+
+export function queryAttendanceData(data){
+ return request({
+ url: '/project/attendanceWorker/queryAttendanceData',
+ method: 'post',
+ data:data
+ })
+}
diff --git a/ruoyi-ui/src/views/project/attendance/index.vue b/ruoyi-ui/src/views/project/attendance/index.vue
index daf1a58a..5e102563 100644
--- a/ruoyi-ui/src/views/project/attendance/index.vue
+++ b/ruoyi-ui/src/views/project/attendance/index.vue
@@ -1,154 +1,90 @@
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
搜索
重置
+ 设置
-
+
- 新增
+ 新增
- 修改
+ 修改
- 删除
+ 删除
- 导出
+ 导出
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ row.gender==1?'女':'男' }}
+
+
+ {{ row.inTime|formatDateTime }}
+
+
+ {{ row.outTime|formatDateTime }}
+
+
+ {{ row.status==1?'退场':'进场' }}
+
+
+
+
+
+
- 修改
- 删除
+ 修改
+ 删除
-
-
+
+
@@ -186,18 +122,23 @@
取 消
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/project/attendanceConfig/index.vue b/ruoyi-ui/src/views/project/attendanceConfig/index.vue
index a8ea87e7..319931ce 100644
--- a/ruoyi-ui/src/views/project/attendanceConfig/index.vue
+++ b/ruoyi-ui/src/views/project/attendanceConfig/index.vue
@@ -1,53 +1,17 @@
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
搜索
@@ -57,116 +21,83 @@
- 新增
+ 新增
- 修改
+ 修改
- 删除
+ 删除
-
- 导出
+
+ 导出
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
- 修改
- 删除
+ 修改
+ 删除
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+ {{ form.projectName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ form.unitName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 停用
+
+
+
+