zhangjie 2 anos atrás
pai
commit
6b1388ec13

+ 2 - 2
src/features/report/ReportCover.vue

@@ -120,7 +120,7 @@ const introList = [
   },
   {
     name: "科目分数线分组频率分布",
-    desc: "可自定义分数点,如无自定义则系统默认三个点:零、默认起始计算分、满分,便于划线录取。",
+    desc: "可自定义分数点,如无数据,则无图表显示。",
   },
   {
     name: "试题特征量数分析",
@@ -136,7 +136,7 @@ const introList = [
   },
   {
     name: "试题难度分组分布",
-    desc: "根据阅卷的打分结构计算每一道大题下属每一道小题,在各总分分数区间段的难度系数并形成曲线图,并可自定义总分分数区间段,并计算难度系数,当某些题目在高分段的难度表现的比低分段的表现更难时需要考虑出题是否过偏或。",
+    desc: "根据阅卷的打分结构计算每一道大题下属每一道小题,在各总分分数区间段的难度系数并形成曲线图,当某些题目在高分段的难度表现的比低分段的表现更难时需要考虑出题是否过偏或。",
   },
   {
     name: "题型难度分组分布",

+ 4 - 2
src/features/report/ReportMain.vue

@@ -376,8 +376,10 @@ function parseSasCourse(course: SasCourse) {
     course.segements.push([
       course.totalScore,
       course.scoreRange[course.totalScore],
-      course.scoreRange[course.totalScore] /
-        course.scoreRangeAcc[course.totalScore],
+      numberPrecision(
+        course.scoreRange[course.totalScore] /
+          course.scoreRangeAcc[course.totalScore]
+      ),
       course.scoreRangeAcc[course.totalScore],
       100,
     ]);

+ 1 - 2
src/features/report/assets/report.css

@@ -433,8 +433,7 @@
   height: 84px;
   font-weight: 500;
   line-height: 19px;
-  padding: 13px;
-
+  padding: 0 13px;
   background: #f2f3f6;
 }
 .report-question .question-table td {

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
src/features/report/reportTemp.ts


+ 2 - 2
vite.config.ts

@@ -4,8 +4,8 @@ import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
 
 // const SERVER_URL = "http://192.168.10.108:7180";
-// const SERVER_URL = "http://192.168.10.138:13800";
-const SERVER_URL = "http://192.168.10.39:7180";
+const SERVER_URL = "http://192.168.10.138:13800";
+// const SERVER_URL = "http://192.168.10.39:7180";
 // const SERVER_URL = "http://192.168.10.54:8001";
 const path = require("path");
 

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff