|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
<template> |
|
|
|
|
<div class="container-box"> |
|
|
|
|
<a-row :gutter="[24, 24]"> |
|
|
|
|
<a-row :gutter="[24, 24]" style="margin-top: 30px;"> |
|
|
|
|
<a-col :xxl="12" :xl="12" :lg="24"> |
|
|
|
|
<a-row :gutter="[24, 24]" style="margin-top: 0"> |
|
|
|
|
<a-col :span="12"> |
|
|
|
@ -68,7 +68,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</a-col> |
|
|
|
|
</a-row> |
|
|
|
|
<a-row :gutter="[24, 24]"> |
|
|
|
|
<a-row :gutter="[24, 24]" style="margin-top: 30px;"> |
|
|
|
|
<a-col :xxl="12" :xl="12" :lg="24" |
|
|
|
|
><div class="huojiangqingkuang"> |
|
|
|
|
<a-card title="获奖情况" style="width: 100%; height: 100%"> |
|
|
|
@ -92,8 +92,15 @@ |
|
|
|
|
import cardListFour from '../components/cardListFour.vue'; |
|
|
|
|
import cardListFive from '../components/cardListFive.vue'; |
|
|
|
|
import echarts from '/@/utils/lib/echarts'; |
|
|
|
|
import { getStudent }from '/@/api/common/api' |
|
|
|
|
|
|
|
|
|
import { onMounted } from 'vue'; |
|
|
|
|
const getStudentEvent = async() => { |
|
|
|
|
const res = await getStudent() |
|
|
|
|
console.log(res); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
getStudentEvent() |
|
|
|
|
const throttle = (fn: any) => { |
|
|
|
|
let timer: any; |
|
|
|
|
return function () { |
|
|
|
|