This commit is contained in:
yanran200730
2022-03-21 15:52:49 +08:00
parent f4514c087b
commit 39ff23507b
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
tabs () {
const tabList = [
{label: '返乡登记', name: 'List', comp: List, permission: ''},
{label: '历史异常人员', name: 'AbnormalList', comp: AbnormalList, permission: ''}
// {label: '历史异常人员', name: 'AbnormalList', comp: AbnormalList, permission: ''}
]
return tabList