From 78806f939f366ec29538b2349e3ffcfb1db51a2a Mon Sep 17 00:00:00 2001 From: CUIYUWEI Date: Mon, 9 Aug 2021 11:26:20 +0800 Subject: [PATCH] =?UTF-8?q?[add]=E5=A2=9E=E5=8A=A0=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E6=95=99=E5=8A=A1-=E8=AF=BE=E7=A8=8B=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=81=E5=B0=81=E8=A3=85echarts=E9=A5=BC?= =?UTF-8?q?=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CourseInformationStatisticsBig.vue | 94 +++++++++++++++ .../educationalWisdom/utils/PieEcharts.vue | 111 ++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/CourseInformationStatisticsBig.vue create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/utils/PieEcharts.vue diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/CourseInformationStatisticsBig.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/CourseInformationStatisticsBig.vue new file mode 100644 index 0000000..6fef97c --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/CourseInformationStatisticsBig.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/utils/PieEcharts.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/utils/PieEcharts.vue new file mode 100644 index 0000000..72cfb82 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/utils/PieEcharts.vue @@ -0,0 +1,111 @@ + + + + + + \ No newline at end of file