院领导首页标签更改
This commit is contained in:
parent
d66336ab60
commit
eb54c96072
|
@ -1,26 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<a-card>
|
<a-card>
|
||||||
<!--<a-row :gutter="1">
|
|
||||||
<a-card-grid class="card-title">/
|
|
||||||
<span>学院总人数:{{ collegeStudentCount }}</span>
|
|
||||||
</a-card-grid>
|
|
||||||
<a-card-grid class="card-title">
|
|
||||||
<span>积累通过人数:{{ collegeStudentPassCount }}</span>
|
|
||||||
</a-card-grid>
|
|
||||||
<a-card-grid class="card-title">
|
|
||||||
<span>学院通过率:{{ collegeStudentPassRate }}</span>
|
|
||||||
</a-card-grid>
|
|
||||||
<a-card-grid class="card-title">
|
|
||||||
<span> 全校通过率:{{ schoolStudentPassRate }}</span>
|
|
||||||
</a-card-grid>
|
|
||||||
<a-card-grid style="margin-left: 24%; width: 10%; height: 10%; margin-bottom: 10px; border-radius: 10%; text-align: center">
|
|
||||||
<a-select v-model:value="entrydate" style="border-radius: 10%; width: 100px; margin-left: -20px" :options="entrydateOptions" />
|
|
||||||
</a-card-grid>
|
|
||||||
</a-row>-->
|
|
||||||
|
|
||||||
<a-row :gutter="1">
|
<a-row :gutter="1">
|
||||||
<a-card-grid class="card-center">
|
<a-card class="card-center" :loading="loadingTable">
|
||||||
<div>
|
<div>
|
||||||
|
<h style="margin-left: 70px; font-size: 14; font-weight: bold" class="table-title">最新批次各年级数据表格</h>
|
||||||
<a-table
|
<a-table
|
||||||
:dataSource="dataSourceCet4"
|
:dataSource="dataSourceCet4"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
|
@ -28,10 +11,9 @@
|
||||||
bordered
|
bordered
|
||||||
class="custom-table"
|
class="custom-table"
|
||||||
:style="{ fontSize: '10px', color: '#333', marginTop: '11px' }"
|
:style="{ fontSize: '10px', color: '#333', marginTop: '11px' }"
|
||||||
:loading="loadingTable"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</a-card-grid>
|
</a-card>
|
||||||
|
|
||||||
<a-card class="card-center" :loading="loadingMap2">
|
<a-card class="card-center" :loading="loadingMap2">
|
||||||
<div style="width: 100%; height: 210px; padding: 10px" class="map2" id="map2"></div>
|
<div style="width: 100%; height: 210px; padding: 10px" class="map2" id="map2"></div>
|
||||||
|
@ -265,7 +247,7 @@
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: '最新批次每一年级的通过率环形图',
|
text: '最新批次每一年级的通过率环形图',
|
||||||
left: 'top',
|
left: 'center',
|
||||||
top: '0%',
|
top: '0%',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
@ -405,6 +387,7 @@
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: this.college + '各专业四级通过率',
|
text: this.college + '各专业四级通过率',
|
||||||
|
left: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
},
|
},
|
||||||
|
@ -484,6 +467,7 @@
|
||||||
let collegeOption = {
|
let collegeOption = {
|
||||||
title: {
|
title: {
|
||||||
text: college + '四级通过率',
|
text: college + '四级通过率',
|
||||||
|
left: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
},
|
},
|
||||||
|
@ -642,7 +626,16 @@
|
||||||
|
|
||||||
// 指定图表的配置项和数据
|
// 指定图表的配置项和数据
|
||||||
let option = {
|
let option = {
|
||||||
legend: {},
|
title: {
|
||||||
|
text: '近五年各专业通过率柱状图',
|
||||||
|
textStyle: {
|
||||||
|
fontSize: 14,
|
||||||
|
},
|
||||||
|
left: 'center',
|
||||||
|
},
|
||||||
|
legend: {
|
||||||
|
top: '10%',
|
||||||
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
|
@ -669,6 +662,7 @@
|
||||||
left: '3%',
|
left: '3%',
|
||||||
right: '4%',
|
right: '4%',
|
||||||
bottom: '3%',
|
bottom: '3%',
|
||||||
|
top: '100px',
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
},
|
},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
|
|
Loading…
Reference in New Issue