更改了数据的加载方式
This commit is contained in:
parent
7aa48aba48
commit
f0db8e010d
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom-box">
|
<div class="bottom-box">
|
||||||
<div class="left-side">
|
<div class="left-side">
|
||||||
<a-card>
|
<a-card :loading="loading">
|
||||||
<div style="width: 100%; height: 350px" id="map2"> </div>
|
<div style="width: 100%; height: 350px" id="map2"> </div>
|
||||||
</a-card>
|
</a-card>
|
||||||
</div>
|
</div>
|
||||||
|
@ -211,7 +211,6 @@ export default {
|
||||||
this.getCollegeOptions();
|
this.getCollegeOptions();
|
||||||
this.getEntrydate();
|
this.getEntrydate();
|
||||||
|
|
||||||
//this.map2Chart();
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
allQuery() {
|
allQuery() {
|
||||||
|
@ -442,7 +441,7 @@ export default {
|
||||||
// const college1 = this.college;
|
// const college1 = this.college;
|
||||||
let option = {
|
let option = {
|
||||||
title: {
|
title: {
|
||||||
text: '本年级学院四级通过率排名',
|
text: '本年级各学院四级通过率排名',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue