diff --git a/ruoyi-ui/src/views/project/attendanceWorker/index.vue b/ruoyi-ui/src/views/project/attendanceWorker/index.vue
index 39f6b7e8..30d0759d 100644
--- a/ruoyi-ui/src/views/project/attendanceWorker/index.vue
+++ b/ruoyi-ui/src/views/project/attendanceWorker/index.vue
@@ -65,7 +65,7 @@
{{ row.enterDate|formatDate }}
- {{ row.status==1?'已退场':'进场' }}
+ {{ row.state==1?'已退场':'进场' }}