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 @@ + +