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