feat:title

This commit is contained in:
wangzenghua 2025-04-25 02:42:34 +01:00
parent b74cc40192
commit b30874fa48

View File

@ -3,21 +3,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>
<inputsType></inputsType> <inputsType></inputsType>
</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>
<inputsGmp></inputsGmp> <inputsGmp></inputsGmp>
</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>
<landbreedCharts></landbreedCharts> <landbreedCharts></landbreedCharts>
</template> </template>
@ -29,21 +29,21 @@
</el-col> </el-col>
<el-col :span="6" class="right-charts"> <el-col :span="6" class="right-charts">
<div class="right-charts-item"> <div class="right-charts-item">
<customBack top-title="案件次数" :top-postion="'right'"> <customBack top-title="生产主体统计" :top-postion="'right'">
<template #back> <template #back>
<casesAlerts></casesAlerts> <casesAlerts></casesAlerts>
</template> </template>
</customBack> </customBack>
</div> </div>
<div class="right-charts-item"> <div class="right-charts-item">
<customBack top-title="投入品月度使用统计" :top-postion="'right'"> <customBack top-title="历年投入品规模对比" :top-postion="'right'">
<template #back> <template #back>
<monthlyuseCharts></monthlyuseCharts> <monthlyuseCharts></monthlyuseCharts>
</template> </template>
</customBack> </customBack>
</div> </div>
<div class="right-charts-item"> <div class="right-charts-item">
<customBack top-title="投入品经销商分布" :top-postion="'right'"> <customBack top-title="投入品白名单/黑名单" :top-postion="'right'">
<template #back> <template #back>
<dealerDistributionCharts></dealerDistributionCharts> <dealerDistributionCharts></dealerDistributionCharts>
</template> </template>