违法用地首页日期筛选位置修改
parent
f1cd6ad742
commit
f3e1453efc
|
|
@ -1,14 +1,15 @@
|
|||
<template>
|
||||
<div :id="mapContainerName" class="map-container">
|
||||
<div class="search-container-box">
|
||||
<div style="width: 480px;" v-if="props.subject == '违法用地'">
|
||||
<a-range-picker v-model:value="dateVal" @change="changeDate" format="YYYY-MM-DD" />
|
||||
</div>
|
||||
<SearchComponent
|
||||
@toPosition="toPosition"
|
||||
@handlerFilter="handlerFilter"
|
||||
:layerSettings="layerSettings"
|
||||
></SearchComponent>
|
||||
<div style="width: 480px;" v-if="props.subject == '违法用地'">
|
||||
<a-range-picker v-model:value="dateVal" @change="changeDate" format="YYYY-MM-DD" />
|
||||
</div>
|
||||
|
||||
<div class="to-location-button" @click="LocationShow = !LocationShow">
|
||||
<EnvironmentOutlined style="color: #fff; font-size: 20px" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue