From 9c1f73d17597b88d3f95ae0aaa9fa1f5264d1185 Mon Sep 17 00:00:00 2001 From: libowei <3423564950@qq.com> Date: Tue, 19 Dec 2023 18:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/compoents/pages_home.vue | 344 +++++++++++++++++++++------------ 1 file changed, 225 insertions(+), 119 deletions(-) diff --git a/pages/compoents/pages_home.vue b/pages/compoents/pages_home.vue index 7882b02..f180796 100644 --- a/pages/compoents/pages_home.vue +++ b/pages/compoents/pages_home.vue @@ -4,75 +4,81 @@ - - 学生 - 班级 - - - - + + + + 32 - 已完成人数(人) + 已完成人数(人) 90% - 已完成作业正确率 + 已完成作业正确率 - - + + + + + + + + 当前暂无学习数据,快去布置作业吧! + + + 去安排 + + + + + + + + + + + 作业完成情况 + + 本周 + + + + + + + + + + + + + + 作业完成情况 - 本周 - + 本周 + + + - - - - - - - - - - - - - - - 当前暂无学习数据,快去布置作业吧! - - 去安排 - - - - - - - - 作业完成情况 - - 本周 - + + + - - - - - - + - 8月31日 + 8月31日 + - + @@ -130,20 +136,52 @@ 2023/02/23 12:00 - + + + + + + + 口语单科模考 + 李斯丹妮 + + + + 正确率80% + 2023/02/23 12:00 + + + + + + + + + 口语单科模考 + 李斯丹妮 + + + + 正确率80% + 2023/02/23 12:00 + + + - - - 8月31日 - - - 暂无学习记录,快去安排作业吧! + + + 8月31日 + + + + + - - + 暂无学习记录,快去安排作业吧! + @@ -158,7 +196,7 @@ }, data() { return { - flag:false + flag: false } }, methods: { @@ -172,7 +210,7 @@ }, yAxis: { type: 'value', - boundaryGap: ['10%', '20%',] + boundaryGap: ['10%', '20%', ] }, series: [{ data: [120, 200, 150, 80, 70, 110, 130], @@ -191,9 +229,10 @@