原来背景去除

This commit is contained in:
13713575202 2025-04-25 09:05:27 +08:00
parent 91175aa8c1
commit 96b4812e47
6 changed files with 345 additions and 369 deletions

View File

@ -1,88 +1,84 @@
<template> <template>
<div class="data-home-index"> <div class="data-home-index">
<baseBg :name-val="'breed'" top-title="智慧养殖管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="存栏数据分析" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="存栏数据分析" :top-postion="'left'"> <InventoryCharts></InventoryCharts>
<template #back> </template>
<InventoryCharts></InventoryCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
<customBack top-title="饲料与饮水量监测" :top-postion="'left'">
<template #back>
<waterIntakeCharts></waterIntakeCharts>
</template>
</customBack>
</div>
<div class="left-charts-item">
<customBack top-title="生长指标监测" :top-postion="'left'">
<template #back>
<growthIndexesCharts></growthIndexesCharts>
</template>
</customBack>
</div>
</el-col>
<el-col :span="12" style="height: 100%">
<el-row style="height: 67%">
<el-col :span="24" class="center-top" style="height: 100%">
<div class="notice">
<noticeBar :height="'40px'"></noticeBar>
</div> </div>
<div class="left-charts-item"> <div class="top">
<customBack top-title="饲料与饮水量监测" :top-postion="'left'"> <environment></environment>
<template #back>
<waterIntakeCharts></waterIntakeCharts>
</template>
</customBack>
</div> </div>
<div class="left-charts-item"> <div class="map-gis">
<customBack top-title="生长指标监测" :top-postion="'left'"> <plantgs></plantgs>
<template #back>
<growthIndexesCharts></growthIndexesCharts>
</template>
</customBack>
</div>
</el-col>
<el-col :span="12" style="height: 100%">
<el-row style="height: 67%">
<el-col :span="24" class="center-top" style="height: 100%">
<div class="notice">
<noticeBar :height="'40px'"></noticeBar>
</div>
<div class="top">
<environment></environment>
</div>
<div class="map-gis">
<plantgs></plantgs>
</div>
</el-col>
</el-row>
<el-row style="height: 33%" :gutter="30">
<el-col :span="12" style="height: 100%">
<customBack top-title="健康状况指标" :top-postion="'left'">
<template #back>
<healthStatusCharts></healthStatusCharts>
</template>
</customBack>
</el-col>
<el-col :span="12" style="height: 100%">
<customBack top-title="智慧投喂控制" :top-postion="'right'">
<template #back>
<irrigationCharts></irrigationCharts>
</template>
</customBack>
</el-col>
</el-row>
</el-col>
<el-col :span="6" class="right-charts">
<div class="right-charts-item">
<customBack top-title="智慧监控" :top-postion="'right'">
<template #back>
<monitoringScreen></monitoringScreen>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="生产性能与效益数额" :top-postion="'right'">
<template #back>
<benefitCharts></benefitCharts>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="设备数据统计" :top-postion="'right'">
<template #back>
<deviceCharts></deviceCharts>
</template>
</customBack>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</template> <el-row style="height: 33%" :gutter="30">
</baseBg> <el-col :span="12" style="height: 100%">
<customBack top-title="健康状况指标" :top-postion="'left'">
<template #back>
<healthStatusCharts></healthStatusCharts>
</template>
</customBack>
</el-col>
<el-col :span="12" style="height: 100%">
<customBack top-title="智慧投喂控制" :top-postion="'right'">
<template #back>
<irrigationCharts></irrigationCharts>
</template>
</customBack>
</el-col>
</el-row>
</el-col>
<el-col :span="6" class="right-charts">
<div class="right-charts-item">
<customBack top-title="智慧监控" :top-postion="'right'">
<template #back>
<monitoringScreen></monitoringScreen>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="生产性能与效益数额" :top-postion="'right'">
<template #back>
<benefitCharts></benefitCharts>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="设备数据统计" :top-postion="'right'">
<template #back>
<deviceCharts></deviceCharts>
</template>
</customBack>
</div>
</el-col>
</el-row>
</div> </div>
</template> </template>
<script setup> <script setup>

View File

@ -1,53 +1,49 @@
<template> <template>
<div class="data-home-index"> <div class="data-home-index">
<baseBg :name-val="'early'" top-title="产业预警管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="舆情数据统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="舆情数据统计" :top-postion="'left'"> <popularFeelings></popularFeelings>
<template #back> </template>
<popularFeelings></popularFeelings> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="追溯主体统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="追溯主体统计" :top-postion="'left'"> <backToCharts></backToCharts>
<template #back> </template>
<backToCharts></backToCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="追溯产品分类" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="追溯产品分类" :top-postion="'left'"> <productTypeWordClould></productTypeWordClould>
<template #back> </template>
<productTypeWordClould></productTypeWordClould> </customBack>
</template> </div>
</customBack> </el-col>
</div> <el-col :span="12">
</el-col> <centerMap></centerMap>
<el-col :span="12"> </el-col>
<centerMap></centerMap> <el-col :span="6" class="right-charts">
</el-col> <div class="right-charts-item" style="height: 67%">
<el-col :span="6" class="right-charts"> <customBack top-title="农场品实时价格" :top-postion="'right'">
<div class="right-charts-item" style="height: 67%"> <template #back>
<customBack top-title="农场品实时价格" :top-postion="'right'"> <realTimePrice></realTimePrice>
<template #back> </template>
<realTimePrice></realTimePrice> </customBack>
</template> </div>
</customBack> <div class="right-charts-item" style="height: 33%">
</div> <customBack top-title="农产品价格数据分析" :top-postion="'right'">
<div class="right-charts-item" style="height: 33%"> <template #back>
<customBack top-title="农产品价格数据分析" :top-postion="'right'"> <priceCharts></priceCharts>
<template #back> </template>
<priceCharts></priceCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> </el-row>
</el-col>
</el-row>
</template>
</baseBg>
</div> </div>
</template> </template>
<script setup> <script setup>

View File

@ -1,60 +1,56 @@
<template> <template>
<div class="data-home-index"> <div class="data-home-index">
<baseBg :name-val="'entities'" top-title="生产经主体管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="生产经营主体类别统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="生产经营主体类别统计" :top-postion="'left'"> <entitiesCategoryCharts></entitiesCategoryCharts>
<template #back> </template>
<entitiesCategoryCharts></entitiesCategoryCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="各乡镇经营主体统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="各乡镇经营主体统计" :top-postion="'left'"> <entitiesStatistics></entitiesStatistics>
<template #back> </template>
<entitiesStatistics></entitiesStatistics> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="生产经营主体信息" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="生产经营主体信息" :top-postion="'left'"> <entitieslist></entitieslist>
<template #back> </template>
<entitieslist></entitieslist> </customBack>
</template> </div>
</customBack> </el-col>
</div> <el-col :span="12">
</el-col> <centerMap></centerMap>
<el-col :span="12"> </el-col>
<centerMap></centerMap> <el-col :span="6" class="right-charts">
</el-col> <div class="right-charts-item">
<el-col :span="6" class="right-charts"> <customBack top-title="经营类目统计" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="经营类目统计" :top-postion="'right'"> <categoryCharts></categoryCharts>
<template #back> </template>
<categoryCharts></categoryCharts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="类目效益统计(亿元)" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="类目效益统计(亿元)" :top-postion="'right'"> <benefitCharts></benefitCharts>
<template #back> </template>
<benefitCharts></benefitCharts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="热门产品" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="热门产品" :top-postion="'right'"> <hotCharts></hotCharts>
<template #back> </template>
<hotCharts></hotCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> </el-row>
</el-col>
</el-row>
</template>
</baseBg>
</div> </div>
</template> </template>
<script setup> <script setup>

View File

@ -1,60 +1,56 @@
<template> <template>
<div class="data-home-index"> <div class="data-home-index">
<baseBg :name-val="'inputs'" top-title="投入品管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="投入品分类统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="投入品分类统计" :top-postion="'left'"> <inputsType></inputsType>
<template #back> </template>
<inputsType></inputsType> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="投入品生产企业统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="投入品生产企业统计" :top-postion="'left'"> <inputsGmp></inputsGmp>
<template #back> </template>
<inputsGmp></inputsGmp> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="种养殖数据统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="种养殖数据统计" :top-postion="'left'"> <landbreedCharts></landbreedCharts>
<template #back> </template>
<landbreedCharts></landbreedCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> <el-col :span="12">
</el-col> <centerMap></centerMap>
<el-col :span="12"> </el-col>
<centerMap></centerMap> <el-col :span="6" class="right-charts">
</el-col> <div class="right-charts-item">
<el-col :span="6" class="right-charts"> <customBack top-title="案件次数" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="案件次数" :top-postion="'right'"> <casesAlerts></casesAlerts>
<template #back> </template>
<casesAlerts></casesAlerts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="投入品月度使用统计" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="投入品月度使用统计" :top-postion="'right'"> <monthlyuseCharts></monthlyuseCharts>
<template #back> </template>
<monthlyuseCharts></monthlyuseCharts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="投入品经销商分布" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="投入品经销商分布" :top-postion="'right'"> <dealerDistributionCharts></dealerDistributionCharts>
<template #back> </template>
<dealerDistributionCharts></dealerDistributionCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> </el-row>
</el-col>
</el-row>
</template>
</baseBg>
</div> </div>
</template> </template>
<script setup> <script setup>

View File

@ -1,88 +1,84 @@
<template> <template>
<div class="data-plant-index"> <div class="data-plant-index">
<baseBg :name-val="'plant'" top-title="智慧种植管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="智慧种植种类分析" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="智慧种植种类分析" :top-postion="'left'"> <plantTypeCharts></plantTypeCharts>
<template #back> </template>
<plantTypeCharts></plantTypeCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
<customBack top-title="昆虫害监测" :top-postion="'left'">
<template #back>
<insectPestsCharts></insectPestsCharts>
</template>
</customBack>
</div>
<div class="left-charts-item">
<customBack top-title="病理害监测" :top-postion="'left'">
<template #back>
<pathologyCharts></pathologyCharts>
</template>
</customBack>
</div>
</el-col>
<el-col :span="12" style="height: 100%">
<el-row style="height: 67%">
<el-col :span="24" class="center-top" style="height: 100%">
<div class="notice">
<noticeBar :height="'40px'"></noticeBar>
</div> </div>
<div class="left-charts-item"> <div class="top">
<customBack top-title="昆虫害监测" :top-postion="'left'"> <environment></environment>
<template #back>
<insectPestsCharts></insectPestsCharts>
</template>
</customBack>
</div> </div>
<div class="left-charts-item"> <div class="map-gis">
<customBack top-title="病理害监测" :top-postion="'left'"> <plantgs></plantgs>
<template #back>
<pathologyCharts></pathologyCharts>
</template>
</customBack>
</div>
</el-col>
<el-col :span="12" style="height: 100%">
<el-row style="height: 67%">
<el-col :span="24" class="center-top" style="height: 100%">
<div class="notice">
<noticeBar :height="'40px'"></noticeBar>
</div>
<div class="top">
<environment></environment>
</div>
<div class="map-gis">
<plantgs></plantgs>
</div>
</el-col>
</el-row>
<el-row style="height: 33%" :gutter="30">
<el-col :span="12" style="height: 100%">
<customBack top-title="水肥检测分析" :top-postion="'left'">
<template #back>
<waterfertilizerCharts></waterfertilizerCharts>
</template>
</customBack>
</el-col>
<el-col :span="12" style="height: 100%">
<customBack top-title="智慧水肥灌溉" :top-postion="'right'">
<template #back>
<irrigationCharts></irrigationCharts>
</template>
</customBack>
</el-col>
</el-row>
</el-col>
<el-col :span="6" class="right-charts">
<div class="right-charts-item">
<customBack top-title="智慧监控 A区 QQI" :top-postion="'right'">
<template #back>
<monitoringScreen></monitoringScreen>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="种植产量分析" :top-postion="'right'">
<template #back>
<yieldCharts></yieldCharts>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="水质检测分析" :top-postion="'right'">
<template #back>
<waterdetectionCharts></waterdetectionCharts>
</template>
</customBack>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</template> <el-row style="height: 33%" :gutter="30">
</baseBg> <el-col :span="12" style="height: 100%">
<customBack top-title="水肥检测分析" :top-postion="'left'">
<template #back>
<waterfertilizerCharts></waterfertilizerCharts>
</template>
</customBack>
</el-col>
<el-col :span="12" style="height: 100%">
<customBack top-title="智慧水肥灌溉" :top-postion="'right'">
<template #back>
<irrigationCharts></irrigationCharts>
</template>
</customBack>
</el-col>
</el-row>
</el-col>
<el-col :span="6" class="right-charts">
<div class="right-charts-item">
<customBack top-title="智慧监控 A区 QQI" :top-postion="'right'">
<template #back>
<monitoringScreen></monitoringScreen>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="种植产量分析" :top-postion="'right'">
<template #back>
<yieldCharts></yieldCharts>
</template>
</customBack>
</div>
<div class="right-charts-item">
<customBack top-title="水质检测分析" :top-postion="'right'">
<template #back>
<waterdetectionCharts></waterdetectionCharts>
</template>
</customBack>
</div>
</el-col>
</el-row>
</div> </div>
</template> </template>
<script setup> <script setup>

View File

@ -1,60 +1,56 @@
<template> <template>
<div class="data-home-index"> <div class="data-home-index">
<baseBg :name-val="'trace'" top-title="全程溯源管理系统"> <el-row style="width: 100%; height: 100%">
<template #center> <el-col :span="6" class="left-charts">
<el-row style="width: 100%; height: 100%"> <div class="left-charts-item">
<el-col :span="6" class="left-charts"> <customBack top-title="溯源码数据统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="溯源码数据统计" :top-postion="'left'"> <codeNumCharts></codeNumCharts>
<template #back> </template>
<codeNumCharts></codeNumCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="追溯主体类型统计" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="追溯主体类型统计" :top-postion="'left'"> <principalTypeCharts></principalTypeCharts>
<template #back> </template>
<principalTypeCharts></principalTypeCharts> </customBack>
</template> </div>
</customBack> <div class="left-charts-item">
</div> <customBack top-title="追溯产品分类" :top-postion="'left'">
<div class="left-charts-item"> <template #back>
<customBack top-title="追溯产品分类" :top-postion="'left'"> <productTypeCharts></productTypeCharts>
<template #back> </template>
<productTypeCharts></productTypeCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> <el-col :span="12">
</el-col> <centerMap></centerMap>
<el-col :span="12"> </el-col>
<centerMap></centerMap> <el-col :span="6" class="right-charts">
</el-col> <div class="right-charts-item">
<el-col :span="6" class="right-charts"> <customBack top-title="溯源主体信息统计" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="溯源主体信息统计" :top-postion="'right'"> <mainPartCharts></mainPartCharts>
<template #back> </template>
<mainPartCharts></mainPartCharts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="溯源码数据统计" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="溯源码数据统计" :top-postion="'right'"> <traceBarCharts></traceBarCharts>
<template #back> </template>
<traceBarCharts></traceBarCharts> </customBack>
</template> </div>
</customBack> <div class="right-charts-item">
</div> <customBack top-title="最新溯源检测信息" :top-postion="'right'">
<div class="right-charts-item"> <template #back>
<customBack top-title="最新溯源检测信息" :top-postion="'right'"> <detectionCharts></detectionCharts>
<template #back> </template>
<detectionCharts></detectionCharts> </customBack>
</template> </div>
</customBack> </el-col>
</div> </el-row>
</el-col>
</el-row>
</template>
</baseBg>
</div> </div>
</template> </template>
<script setup> <script setup>