|
@@ -82,7 +82,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<el-dialog title="林班数据" :visible.sync="showBanData" width="80%" append-to-body>
|
|
<el-dialog title="林班数据" :visible.sync="showBanData" width="80%" append-to-body>
|
|
- <div style="display: flex; flex-wrap: wrap; height:70vh; overflow-y: scroll;">
|
|
|
|
|
|
+ <div style="display: flex; flex-wrap: wrap; height:70vh; overflow-y: scroll; align-content: flex-start">
|
|
<div v-for="(value, key ,index) in banDataList" style="width:33%;border: 1px solid #1b6d9d;" v-if="value!=''">
|
|
<div v-for="(value, key ,index) in banDataList" style="width:33%;border: 1px solid #1b6d9d;" v-if="value!=''">
|
|
<div style="display: flex; align-items: center;padding: .5rem; color: #3ee1fa; font-size: 14px;">
|
|
<div style="display: flex; align-items: center;padding: .5rem; color: #3ee1fa; font-size: 14px;">
|
|
<div><h5>{{ key }}:</h5></div>
|
|
<div><h5>{{ key }}:</h5></div>
|
|
@@ -1353,7 +1353,7 @@
|
|
},
|
|
},
|
|
datasetNames: banCheckList[i].datasetNames,
|
|
datasetNames: banCheckList[i].datasetNames,
|
|
fromIndex: 0,
|
|
fromIndex: 0,
|
|
- toIndex: 20
|
|
|
|
|
|
+ toIndex: 999999
|
|
})
|
|
})
|
|
window.L.supermap.featureService(
|
|
window.L.supermap.featureService(
|
|
'http://121.36.228.94:8090/iserver/services/data-baishan/rest/data')
|
|
'http://121.36.228.94:8090/iserver/services/data-baishan/rest/data')
|