This commit is contained in:
13713575202 2025-04-24 11:08:05 +08:00
commit 057977f401

View File

@ -5,21 +5,21 @@
<el-row style="width: 100%; height: 100%"> <el-row style="width: 100%; height: 100%">
<el-col :span="6" class="left-charts"> <el-col :span="6" class="left-charts">
<div class="left-charts-item"> <div class="left-charts-item">
<customBack top-title="土地资源分布" :top-postion="'left'"> <customBack top-title="耕地面积统计" :top-postion="'left'">
<template #back> <template #back>
<distributionCharts></distributionCharts> <distributionCharts></distributionCharts>
</template> </template>
</customBack> </customBack>
</div> </div>
<div class="left-charts-item"> <div class="left-charts-item">
<customBack top-title="土地流转信息" :top-postion="'left'"> <customBack top-title="农村土地资源" :top-postion="'left'">
<template #back> <template #back>
<landCirculation></landCirculation> <landCirculation></landCirculation>
</template> </template>
</customBack> </customBack>
</div> </div>
<div class="left-charts-item"> <div class="left-charts-item">
<customBack top-title="土地使用巡查案件" :top-postion="'left'"> <customBack top-title="项目效益分析" :top-postion="'left'">
<template #back> <template #back>
<landPatrol></landPatrol> <landPatrol></landPatrol>
</template> </template>