From dff66dca3eea293d158decc9a74fcd851aed75d0 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 10 Feb 2023 10:04:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B2=E9=9D=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppLearningStatistics.vue | 133 ++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue new file mode 100644 index 00000000..f1cfed4c --- /dev/null +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -0,0 +1,133 @@ + + + + + From addb18b2ef7004b88e6eaed7f5178d92592603a8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 10 Feb 2023 11:48:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B2=E9=9D=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pingchang/apps/AppCommunityInfo/components/List.vue | 3 +-- .../qujing/app/AppLearningStatistics/AppLearningStatistics.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/project/pingchang/apps/AppCommunityInfo/components/List.vue b/project/pingchang/apps/AppCommunityInfo/components/List.vue index a7340237..fa86247a 100644 --- a/project/pingchang/apps/AppCommunityInfo/components/List.vue +++ b/project/pingchang/apps/AppCommunityInfo/components/List.vue @@ -58,8 +58,7 @@ export default { props: { instance: Function, - dict: Object, - menuName: String + dict: Object }, data() { diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue index f1cfed4c..76ebabfb 100644 --- a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -6,14 +6,13 @@