|
|
@ -75,7 +75,7 @@
|
|
|
|
<div class="rightBtn" @click="industryBtn">查看更多数据>></div>
|
|
|
|
<div class="rightBtn" @click="industryBtn">查看更多数据>></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<section>
|
|
|
|
<section>
|
|
|
|
<el-table v-loading="loadingOne" class="dataMap-two-table" :data="tableOneData" :row-class-name="tableRowClassName" :height="isFullscreen ? 420 : 330" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
|
|
|
|
<el-table v-loading="loadingOne" class="dataMap-two-table" :data="tableOneData" :row-class-name="tableRowClassName" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
|
|
|
|
<el-table-column label="行业大类" prop="bigType" width="320" align="center"/>
|
|
|
|
<el-table-column label="行业大类" prop="bigType" width="320" align="center"/>
|
|
|
|
<el-table-column label="全年营收" prop="revenue" width="130" align="center">
|
|
|
|
<el-table-column label="全年营收" prop="revenue" width="130" align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
@ -484,32 +484,6 @@ export default {
|
|
|
|
speedUp:"0.89",
|
|
|
|
speedUp:"0.89",
|
|
|
|
proportion:"11",
|
|
|
|
proportion:"11",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
|
|
|
|
revenue:"506.63",
|
|
|
|
|
|
|
|
yuan:"201",
|
|
|
|
|
|
|
|
speedUp:"0.89",
|
|
|
|
|
|
|
|
proportion:"11",
|
|
|
|
|
|
|
|
},{
|
|
|
|
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
|
|
|
|
revenue:"506.63",
|
|
|
|
|
|
|
|
yuan:"201",
|
|
|
|
|
|
|
|
speedUp:"0.89",
|
|
|
|
|
|
|
|
proportion:"11",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
|
|
|
|
revenue:"506.63",
|
|
|
|
|
|
|
|
yuan:"201",
|
|
|
|
|
|
|
|
speedUp:"0.89",
|
|
|
|
|
|
|
|
proportion:"11",
|
|
|
|
|
|
|
|
},{
|
|
|
|
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
|
|
|
|
revenue:"506.63",
|
|
|
|
|
|
|
|
yuan:"201",
|
|
|
|
|
|
|
|
speedUp:"0.89",
|
|
|
|
|
|
|
|
proportion:"11",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
bigType:"科学研究和技术服务业",
|
|
|
|
revenue:"506.63",
|
|
|
|
revenue:"506.63",
|
|
|
@ -545,11 +519,18 @@ export default {
|
|
|
|
this.screenFull();
|
|
|
|
this.screenFull();
|
|
|
|
// this.init()
|
|
|
|
// this.init()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
beforeDestroy() {
|
|
|
|
|
|
|
|
window.removeEventListener('keydown', this.KeyDown);
|
|
|
|
|
|
|
|
this.destroy()
|
|
|
|
|
|
|
|
},
|
|
|
|
methods:{
|
|
|
|
methods:{
|
|
|
|
change() {
|
|
|
|
change() {
|
|
|
|
this.isFullscreen = screenfull.isFullscreen;
|
|
|
|
this.isFullscreen = screenfull.isFullscreen;
|
|
|
|
// this.myChart.setOption(this.option)
|
|
|
|
// this.myChart.setOption(this.option)
|
|
|
|
this.myChart && this.myChart.resize()
|
|
|
|
window.onresize = this.myChart.resize;
|
|
|
|
|
|
|
|
// setTimeout(()=>{
|
|
|
|
|
|
|
|
// this.myChart && this.myChart.resize()
|
|
|
|
|
|
|
|
// },200)
|
|
|
|
// this.myChart.clear()
|
|
|
|
// this.myChart.clear()
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -559,21 +540,20 @@ export default {
|
|
|
|
screenfull.on('change', this.change)
|
|
|
|
screenfull.on('change', this.change)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
destroy() {
|
|
|
|
|
|
|
|
if (screenfull.isEnabled) {
|
|
|
|
|
|
|
|
screenfull.off('change', this.change)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
KeyDown(event) {
|
|
|
|
KeyDown(event) {
|
|
|
|
if (event.keyCode === 122) {
|
|
|
|
if (event.keyCode === 122) {
|
|
|
|
event.preventDefault();
|
|
|
|
event.preventDefault();
|
|
|
|
this.isScreenFull();
|
|
|
|
// this.isScreenFull();
|
|
|
|
}
|
|
|
|
if (!screenfull.isEnabled) {
|
|
|
|
},
|
|
|
|
this.$message({ message: '你的浏览器不支持全屏', type: 'warning' })
|
|
|
|
isScreenFull(){
|
|
|
|
return false
|
|
|
|
if (!screenfull.isEnabled) {
|
|
|
|
}
|
|
|
|
// 浏览器不支持全屏
|
|
|
|
screenfull.toggle()
|
|
|
|
return false;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$nextTick(()=>{
|
|
|
|
|
|
|
|
screenfull.toggle();
|
|
|
|
|
|
|
|
this.initEchart();
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 获取荣誉情况
|
|
|
|
// 获取荣誉情况
|
|
|
|