27382
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user