bug
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
tabs () {
|
tabs () {
|
||||||
const tabList = [
|
const tabList = [
|
||||||
{label: '返乡登记', name: 'List', comp: List, permission: ''},
|
{label: '返乡登记', name: 'List', comp: List, permission: ''},
|
||||||
{label: '历史异常人员', name: 'AbnormalList', comp: AbnormalList, permission: ''}
|
// {label: '历史异常人员', name: 'AbnormalList', comp: AbnormalList, permission: ''}
|
||||||
]
|
]
|
||||||
|
|
||||||
return tabList
|
return tabList
|
||||||
|
|||||||
@@ -103,9 +103,9 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" fileName="参会名单">
|
<!-- <ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" fileName="参会名单">
|
||||||
<el-button icon="iconfont iconExported">导出</el-button>
|
<el-button icon="iconfont iconExported">导出</el-button>
|
||||||
</ai-download>
|
</ai-download> -->
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
<ai-table
|
<ai-table
|
||||||
|
|||||||
Reference in New Issue
Block a user