【接收办理】筛选增加间距增加查询按钮
parent
5b6e16505f
commit
b6d75aa7da
|
|
@ -117,7 +117,7 @@
|
|||
<div class="collect-div">
|
||||
<a-popover placement="bottom">
|
||||
<template #content>
|
||||
<div style="display:flex;">
|
||||
<div style="display:flex;margin-bottom:5px;">
|
||||
<div>当前状态:</div>
|
||||
<div>
|
||||
<a-checkbox-group
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
:options="mapStatusOptions"></a-checkbox-group>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;">
|
||||
<div style="display:flex;margin-bottom:5px;">
|
||||
<div>是否超期:</div>
|
||||
<div>
|
||||
<a-checkbox-group
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
:options="isOverdueOptions"></a-checkbox-group>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;">
|
||||
<div style="display:flex;margin-bottom:5px;align-items: center;">
|
||||
<div>图斑面积:</div>
|
||||
<div style="display:flex;">
|
||||
<a-input style="width:30%;"
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;">
|
||||
<div style="display:flex;margin-bottom:5px;align-items: center;">
|
||||
<div>耕地面积:</div>
|
||||
<div style="display:flex;">
|
||||
<a-input style="width:30%;"
|
||||
|
|
@ -165,6 +165,10 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<a-button
|
||||
style="background:#086DEC"
|
||||
type="primary"
|
||||
@click="emits('getInfoList')">查询</a-button>
|
||||
</template>
|
||||
<Icon
|
||||
style="font-size: 30px; cursor: pointer;margin-right: 10px;"
|
||||
|
|
|
|||
Loading…
Reference in New Issue