From 6f3fa31cc7e1484cb9a7f0cb193189ef8971eb7a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 30 Dec 2025 09:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-and-exit-manage/person-entry/config.js | 4 ++++ .../entry-and-exit-manage/person-entry/index.vue | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/config.js b/src/views/construction-person/entry-and-exit-manage/person-entry/config.js index b37cf87..907e3b6 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/config.js +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/config.js @@ -106,6 +106,10 @@ export const columnsList = [ t_label: '出入场状态', t_slot: 'einStatus', }, + { + t_label: '红绿灯状态', + t_slot: 'lightStatus', + }, { t_props: 'einTime', t_label: '入场时间', diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue index 0a327e1..e571f03 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue @@ -133,6 +133,15 @@ + +