【图斑列表】添加返回按钮
parent
f11c91a6c0
commit
687967df59
|
|
@ -1,5 +1,12 @@
|
|||
<template>
|
||||
<div class="content">
|
||||
<div class="rollback">
|
||||
<Icon
|
||||
style="font-size: 20px; cursor: pointer"
|
||||
icon="ant-design:arrow-left-outlined"
|
||||
@click="emits('closeShowInfo', false)"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-div">
|
||||
<div class="screen-item">
|
||||
<div class="screen-item-label">年份</div>
|
||||
|
|
@ -129,10 +136,11 @@
|
|||
<a-button type="primary" size="small" @click="dataListSort('gengdi_area')">
|
||||
{{`排序(耕地面积) ${props.infoScreenData.sort === 'gengdi_area'? orderMark(): '-'}`}}
|
||||
</a-button>
|
||||
<a-button type="primary" size="small">导出</a-button>
|
||||
<!-- <a-button type="primary" size="small">导出</a-button> -->
|
||||
<a-button type="primary" :style="openCollect && 'background: #bf0000;' " size="small" @click="getCollectList">我的收藏</a-button>
|
||||
<a-button size="small" @click="emits('getInfoList')">查询</a-button>
|
||||
<a-button size="small" @click="emits('resetScreenData')">重置</a-button>
|
||||
<div style="width: 30px;height: 100%"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="data-list-div">
|
||||
|
|
@ -333,6 +341,10 @@ const showInfo = (item) => {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.rollback {
|
||||
background: #fff;
|
||||
padding: 10px;
|
||||
}
|
||||
.screen-div{
|
||||
padding: 10px;
|
||||
background: #e6ecfb;
|
||||
|
|
|
|||
Loading…
Reference in New Issue