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