人员进出记录、大门管理 待添加
This commit is contained in:
@@ -44,6 +44,24 @@ const items = [
|
||||
title: '系统首页', // 站点基础信息
|
||||
permiss: 'dashboard',
|
||||
},
|
||||
{
|
||||
icon: 'OfficeBuilding',
|
||||
index: '/access',
|
||||
title: '人员进出',
|
||||
permiss: 'access',
|
||||
subs: [
|
||||
{
|
||||
index: '/access-log',
|
||||
title: '人员进出记录',
|
||||
permiss: 'access-log',
|
||||
},
|
||||
{
|
||||
index: '/access-gate-setting',
|
||||
title: '大门管理',
|
||||
permiss: 'access-gate-setting',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: 'OfficeBuilding',
|
||||
index: '/report',
|
||||
@@ -51,9 +69,9 @@ const items = [
|
||||
permiss: 'report',
|
||||
subs: [
|
||||
{
|
||||
index: '/report-setting',
|
||||
title: '体温管理',
|
||||
permiss: 'report-setting',
|
||||
index: '/report-log',
|
||||
title: '体温上报记录',
|
||||
permiss: 'report-log',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user