提交代码
parent
f097ccb1dd
commit
5e554a5b30
|
@ -9,7 +9,10 @@
|
|||
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css">
|
||||
<link rel="stylesheet" href="css/largeScreenLayout.css">
|
||||
<link rel="stylesheet" href="css/largeScreenStyle.css?v=2023101401">
|
||||
<link rel="stylesheet" href="css/new.css?v=2023101401">
|
||||
<link rel="stylesheet" href="css/new.css?v=2023101401">
|
||||
|
||||
<link rel="stylesheet" href="css/sichuanTibet.css?v=2024103201">
|
||||
|
||||
<script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=5M76qMCiVjSG7bGOTcYmZdg0MQinsKve"></script>
|
||||
<script src="/cdn/vue/dist/vue.js"></script>
|
||||
<script src="/cdn/element-ui/lib/index.js"></script>
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
<span>{{overviewTotal}}</span> 次
|
||||
</div>
|
||||
</div></div>
|
||||
<project-overview-chart :key="overviewDay" :sp="''" txtTop="12" gifTop="70px"
|
||||
<project-overview-chart :key="'ai1'+overviewDay" :sp="''" txtTop="12" gifTop="70px"
|
||||
:maintitle="overviewTotalDay" :legend-opt="legendOpt2" :typedata="typeDistributionDataDay"
|
||||
:text="overviewTextDay" :height="250"></project-overview-chart>
|
||||
|
||||
<project-overview-chart :key="overview" :sp="''" txtTop="12" gifTop="70px"
|
||||
<project-overview-chart :key="'ai2'+overview" :sp="''" txtTop="12" gifTop="70px"
|
||||
:maintitle="overviewTotal" :legend-opt="legendOpt1" :typedata="typeDistributionData"
|
||||
:text="overviewText" :height="250"></project-overview-chart>
|
||||
</module-one-2-1>
|
||||
|
@ -137,6 +137,7 @@ import '../components/staff-survey-chart'
|
|||
import '../components/classify-bar'
|
||||
import '../components/amplify/shipinguanli/amplify-spjk'
|
||||
import '../components/rank-chart'
|
||||
|
||||
import debounce from 'lodash.debounce'
|
||||
import gsap from 'gsap'
|
||||
export default {
|
||||
|
@ -159,6 +160,7 @@ export default {
|
|||
majorVideoSize:0,
|
||||
//预警概况
|
||||
overview: 0,
|
||||
overviewDay: 0,
|
||||
overviewInterval: '',
|
||||
overviewTotal: 0,
|
||||
legendOpt1: {
|
||||
|
@ -189,7 +191,6 @@ export default {
|
|||
],
|
||||
overviewTextDay: '今日预警',
|
||||
overviewTotalDay: 0,
|
||||
overviewDay: 0,
|
||||
legendOpt2: {
|
||||
icon: "rect",
|
||||
textStyle: {
|
||||
|
@ -539,7 +540,7 @@ export default {
|
|||
})
|
||||
this.overviewTotalDay = sum;
|
||||
this.typeDistributionDataDay = response.data;
|
||||
this.overviewDay++;
|
||||
//this.overviewDay++;
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -552,7 +553,7 @@ export default {
|
|||
})
|
||||
this.overviewTotal = sum;
|
||||
this.typeDistributionData = response.data;
|
||||
this.overview++;
|
||||
//this.overview++;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -712,7 +713,7 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" >
|
||||
<style lang="less">
|
||||
.style-green {
|
||||
background: #00c240;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue