From 1dee63af1bb23f91a6f763ab029d51f90c9bedc7 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 15 Jan 2026 11:00:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E5=90=8D=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 0 .../academicReport/capabilityReport.vue | 128 +++++++++++++++ .../academicReport/characterReport.vue | 129 +++++++++++++++ .../academicReport/interestReport.vue | 113 +++++++++++++ .../evaluate/studyReport/learnSkillReport.vue | 155 ++++++++++++++++++ .../evaluate/studyReport/learnStudyReport.vue | 105 ++++++++++++ 6 files changed, 630 insertions(+) mode change 100644 => 100755 .husky/pre-commit create mode 100644 src/pages-evaluation-sub/evaluate/academicReport/capabilityReport.vue create mode 100644 src/pages-evaluation-sub/evaluate/academicReport/characterReport.vue create mode 100644 src/pages-evaluation-sub/evaluate/academicReport/interestReport.vue create mode 100644 src/pages-evaluation-sub/evaluate/studyReport/learnSkillReport.vue create mode 100644 src/pages-evaluation-sub/evaluate/studyReport/learnStudyReport.vue diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 diff --git a/src/pages-evaluation-sub/evaluate/academicReport/capabilityReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/capabilityReport.vue new file mode 100644 index 0000000..cd07e55 --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/academicReport/capabilityReport.vue @@ -0,0 +1,128 @@ + +{ + style: { + navigationStyle: 'custom', + transparentTitle: 'always', + navigationBarTitleText: '', + }, +} + + + + + + diff --git a/src/pages-evaluation-sub/evaluate/academicReport/characterReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/characterReport.vue new file mode 100644 index 0000000..5d38b39 --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/academicReport/characterReport.vue @@ -0,0 +1,129 @@ + +{ + style: { + navigationStyle: 'custom', + transparentTitle: 'always', + navigationBarTitleText: '', + }, +} + + + + + + diff --git a/src/pages-evaluation-sub/evaluate/academicReport/interestReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/interestReport.vue new file mode 100644 index 0000000..0ea4c0a --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/academicReport/interestReport.vue @@ -0,0 +1,113 @@ + +{ + style: { + navigationBarTitleText: '兴趣测评报告', + }, +} + + + + + + diff --git a/src/pages-evaluation-sub/evaluate/studyReport/learnSkillReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/learnSkillReport.vue new file mode 100644 index 0000000..21341d6 --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/studyReport/learnSkillReport.vue @@ -0,0 +1,155 @@ + +{ + style: { + navigationStyle: 'custom', + transparentTitle: 'always', + navigationBarTitleText: '', + }, +} + + + + + + diff --git a/src/pages-evaluation-sub/evaluate/studyReport/learnStudyReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/learnStudyReport.vue new file mode 100644 index 0000000..d92377e --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/studyReport/learnStudyReport.vue @@ -0,0 +1,105 @@ + +{ + style: { + navigationStyle: 'custom', + transparentTitle: 'always', + navigationBarTitleText: '', + }, +} + + + + + +