This commit is contained in:
yanran200730
2022-02-14 14:23:14 +08:00
parent 71a0c5e638
commit 20a6f55368
15 changed files with 3456 additions and 5 deletions

View File

@@ -417,6 +417,11 @@ export default {
height: 100%;
background: rgba(255, 255, 255, 1);
.conference_top_area {
display: flex;
align-items: center;
}
.user-search {
width: 100%;
height: 48px;

View File

@@ -4,11 +4,6 @@
slot="title"
title="返乡登记"
isShowBottomBorder
:instance="instance"
:disabledLevel="disabledLevel"
isShowArea
v-model="search.arriveAreaId"
@change="changeArea"
>
</ai-title>
<template slot="content">
@@ -44,6 +39,12 @@
:selectList="dictList"
@change="search.current = 1, getList()">
</ai-select>
<ai-area-get
style="width: 215px;"
placeholder="请选择出发地区"
:instance="instance"
v-model="search.arriveAreaId"
@select="changeArea" />
<ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" :params="param" fileName="返乡登记" :disabled="tableData.length == 0">
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
</ai-download>